Linux command
buku 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Add
buku -a [https://example.com] [tag1,tag2]
Search
buku [keyword]
List
buku -p
Open
buku -o [index]
Delete
buku -d [index]
Export
buku -e [bookmarks.html]
说明
buku is a powerful command-line bookmark manager. It stores bookmarks in a SQLite database with support for tagging, searching, automatic title fetching, and browser integration. Bookmarks can be organized with comma-separated tags and searched using keywords, regular expressions, or tag filters. The tool automatically fetches page titles and descriptions when adding URLs. Import and export is supported in HTML, Markdown, and JSON formats, enabling migration from browsers and other bookmark managers. An optional web interface (bukuserver) is available for graphical access to the same database.
参数
- -a, --add _url_ _tags_
- Add bookmark
- -u, --update _index_
- Update bookmark
- -d, --delete _index_
- Delete bookmark
- -p, --print _index_
- List bookmarks
- -o, --open _index_
- Open in browser
- -s, --sany _keywords_
- Search (any keyword)
- -S, --sall _keywords_
- Search (all keywords)
- -e, --export _file_
- Export to HTML
- -i, --import _file_
- Import from HTML/Markdown
- -t, --tags
- List all tags
FAQ
What is the buku command used for?
buku is a powerful command-line bookmark manager. It stores bookmarks in a SQLite database with support for tagging, searching, automatic title fetching, and browser integration. Bookmarks can be organized with comma-separated tags and searched using keywords, regular expressions, or tag filters. The tool automatically fetches page titles and descriptions when adding URLs. Import and export is supported in HTML, Markdown, and JSON formats, enabling migration from browsers and other bookmark managers. An optional web interface (bukuserver) is available for graphical access to the same database.
How do I run a basic buku example?
Run `buku -a [https://example.com] [tag1,tag2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a, --add _url_ _tags_ do in buku?
Add bookmark