buku
Command-line browser-independent bookmark manager. More information: <https://github.com/jarun/Buku>.
Install
- All systems
-
curl cmd.cat/buku.sh
- Debian
-
apt-get install buku
- Ubuntu
-
apt-get install buku
- Kali Linux
-
apt-get install buku
- Fedora
-
dnf install buku
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install buku
- OS X
-
brew install buku
- Raspbian
-
apt-get install buku
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors