buku: add page (#4430)

beep
Raffaele Mignone 2020-10-05 17:22:41 +02:00 committed by GitHub
parent 7012ecf00e
commit 2c7e2351e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/buku.md Normal file
View File

@ -0,0 +1,24 @@
# buku
> Command-line browser-independent bookmark manager.
> More information: <https://github.com/jarun/Buku>.
- Display all bookmarks matching "keyword" and with "privacy" tag:
`buku {{keyword}} --stag {{privacy}}`
- Add bookmark with tags "search engine" and "privacy":
`buku --add {{https://example.com}}} {{search engine}}, {{privacy}}`
- Delete a bookmark:
`buku --delete {{bookmark_id}}`
- Open editor to edit a bookmark:
`buku --write {{bookmark_id}}`
- Remove "search engine" tag from a bookmark:
`buku --update {{bookmark_id}} --tag {{-}} {{search engine}}`