--tag works with -a and -u.
This commit is contained in:
parent
d95889969a
commit
af252299f3
@ -124,7 +124,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
|
||||
-d, --delete [N] delete bookmark at DB index N
|
||||
delete all bookmarks, if no arguments
|
||||
--url keyword specify url, works with -u
|
||||
--tag [...] specify comma-separated tags, works with -u
|
||||
--tag [...] set comma-separated tags, works with -a, -u
|
||||
clears tag, if no arguments
|
||||
-t, --title [...] manually set title, works with -a, -u
|
||||
if no arguments:
|
||||
|
3
buku
3
buku
@ -1274,12 +1274,11 @@ general_group = argparser.add_argument_group(title="general options",
|
||||
-d, --delete [N] delete bookmark at DB index N
|
||||
delete all bookmarks, if no arguments
|
||||
--url keyword specify url, works with -u
|
||||
--tag [...] specify comma-separated tags, works with -u
|
||||
--tag [...] set comma-separated tags, works with -a, -u
|
||||
clears tag, if no arguments
|
||||
-t, --title [...] manually set title, works with -a, -u
|
||||
if no arguments:
|
||||
-a: do not set title, -u: clear title
|
||||
set (-a) or clear (-u) title, if no arguments
|
||||
-c, --comment [...] description of the bookmark, works with
|
||||
-a, -u; clears comment, if no arguments
|
||||
-h, --help show this information''')
|
||||
|
4
buku.1
4
buku.1
@ -71,10 +71,10 @@ in DB (from -p output). The last record is moved to the removed index. If
|
||||
is omitted, all records are deleted from the DB.
|
||||
.TP
|
||||
.BI \--url " [...]"
|
||||
Manually specify the URL. Fetches and updates title if --title is not used.
|
||||
Specify the URL, works with -u. Fetches and updates title if --title is not used.
|
||||
.TP
|
||||
.BI \--tag " [...]"
|
||||
Specify comma separated tags. Clears the tags, if no arguments passed.
|
||||
Specify comma separated tags, works with -a, -u. Clears the tags, if no arguments passed.
|
||||
.TP
|
||||
.BI \-t " " \--title " [...]"
|
||||
Manually specify the title, works with -a, -u. Omits or clears the title, if no arguments passed.
|
||||
|
Loading…
Reference in New Issue
Block a user