HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

buku — Browser-independent bookmark manager. More information: <https://github.com/jarun/Buku#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
bookmarkcommandbrowsercliindependentmorebukumanager

Problem

How to use the buku command: Browser-independent bookmark manager. More information: <https://github.com/jarun/Buku#usage>.

Solution

buku — Browser-independent bookmark manager. More information: <https://github.com/jarun/Buku#usage>.

Display all bookmarks matching "keyword" and with "privacy" tag:
buku {{keyword}} {{[-t|--stag]}} {{privacy}}


Add bookmark with tags "search engine" and "privacy":
buku {{[-a|--add]}} {{https://example.com}} {{search engine}}, {{privacy}}


Delete a bookmark:
buku {{[-d|--delete]}} {{bookmark_id}}


Open editor to edit a bookmark:
buku {{[-w|--write]}} {{bookmark_id}}


Remove "search engine" tag from a bookmark:
buku {{[-u|--update]}} {{bookmark_id}} --tag - {{search engine}}

Code Snippets

Display all bookmarks matching "keyword" and with "privacy" tag

buku {{keyword}} {{[-t|--stag]}} {{privacy}}

Add bookmark with tags "search engine" and "privacy"

buku {{[-a|--add]}} {{https://example.com}} {{search engine}}, {{privacy}}

Delete a bookmark

buku {{[-d|--delete]}} {{bookmark_id}}

Open editor to edit a bookmark

buku {{[-w|--write]}} {{bookmark_id}}

Remove "search engine" tag from a bookmark

buku {{[-u|--update]}} {{bookmark_id}} --tag - {{search engine}}

Context

tldr-pages: common/buku

Revisions (0)

No revisions yet.