Merge pull request #2 from jarun/master

merge upstream
This commit is contained in:
Giacomo Lacava 2016-05-21 11:24:14 +01:00
commit 326e8c6093
3 changed files with 571 additions and 570 deletions

View File

@ -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 -d, --delete [N] delete bookmark at DB index N
delete all bookmarks, if no arguments delete all bookmarks, if no arguments
--url keyword specify url, works with -u --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 clears tag, if no arguments
-t, --title [...] manually set title, works with -a, -u -t, --title [...] manually set title, works with -a, -u
if no arguments: if no arguments:

1135
buku

File diff suppressed because it is too large Load Diff

4
buku.1
View File

@ -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. is omitted, all records are deleted from the DB.
.TP .TP
.BI \--url " [...]" .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 .TP
.BI \--tag " [...]" .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 .TP
.BI \-t " " \--title " [...]" .BI \-t " " \--title " [...]"
Manually specify the title, works with -a, -u. Omits or clears the title, if no arguments passed. Manually specify the title, works with -a, -u. Omits or clears the title, if no arguments passed.