mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:53:52 +02:00
buku: add page (#4430)
This commit is contained in:
parent
7012ecf00e
commit
2c7e2351e8
1 changed files with 24 additions and 0 deletions
24
pages/common/buku.md
Normal file
24
pages/common/buku.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue