Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -6,24 +6,24 @@ source: https://github.com/tldr-pages/tldr.git
# buku
> Command-line browser-independent bookmark manager.
> More information: <https://github.com/jarun/Buku>.
> More information: <https://github.com/jarun/Buku?tab=readme-ov-file#usage>.
- Display all bookmarks matching "keyword" and with "privacy" tag:
`buku {{keyword}} --stag {{privacy}}`
`buku {{keyword}} {{[-t|--stag]}} {{privacy}}`
- Add bookmark with tags "search engine" and "privacy":
`buku --add {{https://example.com}} {{search engine}}, {{privacy}}`
`buku {{[-a|--add]}} {{https://example.com}} {{search engine}}, {{privacy}}`
- Delete a bookmark:
`buku --delete {{bookmark_id}}`
`buku {{[-d|--delete]}} {{bookmark_id}}`
- Open editor to edit a bookmark:
`buku --write {{bookmark_id}}`
`buku {{[-w|--write]}} {{bookmark_id}}`
- Remove "search engine" tag from a bookmark:
`buku --update {{bookmark_id}} --tag {{-}} {{search engine}}`
`buku {{[-u|--update]}} {{bookmark_id}} --tag - {{search engine}}`