Add a flag to change the window title on run #121

Manually merged
sloum merged 3 commits from window-title into develop 2020-01-04 19:26:22 +00:00
Owner

This PR relates to #120

This PR relates to #120
sloum added the
enhancement
documentation
labels 2019-12-19 03:13:39 +00:00
sloum reviewed 2019-12-19 03:19:12 +00:00
bombadillo.1 Outdated
@ -6,6 +6,7 @@
.fam C
fBbombadillofP [fIurlfP]
fBbombadillofP [fBOPTIONfP]
fBbombadillofP [fBOPTIONfP] [fIurlfP]
Author
Owner

@asdf Based on your description in the issue, we should be fine with only this line, right (slighyl modified here from what is in the file_?

fBbombadillofP [fIoptionfP] [fIurlfP]

If this is correct I can remove the extra lines (7 and 8) and update 9 to the above,.

@asdf Based on your description in the issue, we should be fine with only this line, right (slighyl modified here from what is in the file_? ```groff fBbombadillofP [fIoptionfP] [fIurlfP] ``` If this is correct I can remove the extra lines (7 and 8) and update 9 to the above,.
@ -6,3 +6,3 @@
Terminal=true
Categories=Network;WebBrowser;ConsoleOnly;
Exec=bombadillo %U
Exec=bombadillo -t %u
Author
Owner

%U, as it turns out, is for passing multiple urls... which we do not support. I updated to %u , which is for a single url. I also added -t so that any time the program is opened via its desktop file the title will get updated.

`%U`, as it turns out, is for passing multiple urls... which we do not support. I updated to `%u` , which is for a single url. I also added `-t` so that any time the program is opened via its desktop file the title will get updated.
main.go Outdated
@ -168,8 +168,10 @@ func printHelp() {
Syntax: bombadillo [url]
bombadillo [options...]
bombadillo -t [url]
Author
Owner

Should the syntax here get updated to just bombadillo [options] [url]?

Should the syntax here get updated to just `bombadillo [options] [url]`?
sloum closed this pull request 2020-01-04 19:26:22 +00:00
sloum deleted branch window-title 2020-01-04 19:26:28 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sloum/bombadillo#121
No description provided.