返回顶部
b

buku

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
247
下载量
0
收藏
概述
安装方式
版本历史

buku

# buku — Bookmark Manager CLI bookmark manager with SQLite backend. Always use `--nostdin` and `--np` flags to prevent interactive prompts. ## Common Operations ### Add bookmark ```bash buku --nostdin -a "URL" --tag tag1,tag2 --title "Title" -c "Description" ``` Omit `--title` to auto-fetch from web. Use `--offline` to skip fetching. ### Search ```bash # Any keyword buku --nostdin --np -s keyword1 keyword2 # All keywords buku --nostdin --np -S keyword1 keyword2 # By tag (ANY match with comma, ALL match with +) buku --nostdin --np -t tag1,tag2 buku --nostdin --np -t tag1+tag2 # Regex buku --nostdin --np -r "pattern" # Deep search (substring matching) buku --nostdin --np -s keyword --deep ``` ### List/Print ```bash # Last N bookmarks buku --nostdin --np -p -5 # All bookmarks buku --nostdin --np -p # Specific index buku --nostdin --np -p 42 # JSON output (preferred for parsing) buku --nostdin --np -p -j # Limit fields: 1=URL, 2=URL+tag, 3=title, 4=URL+title+tag, 5=title+tag buku --nostdin --np -p -f 4 ``` ### List all tags ```bash buku --nostdin --np -t ``` ### Update bookmark ```bash # Update fields at index buku --nostdin -u INDEX --url "NEW_URL" --title "New Title" --tag tag1,tag2 # Append tags buku --nostdin -u INDEX --tag + newtag1,newtag2 # Remove tags buku --nostdin -u INDEX --tag - oldtag # Refresh title/description from web buku --nostdin -u INDEX ``` ### Delete ```bash # By index (use --tacit to skip confirmation) buku --nostdin --tacit -d INDEX # Range buku --nostdin --tacit -d 10-20 ``` ### Import/Export ```bash # Import from browser buku --nostdin --ai # Import from file (.html, .md, .json, .org, .db) buku --nostdin -i bookmarks.html # Export to markdown buku --nostdin -e bookmarks.md # Export search results buku --nostdin -s keyword -e results.md ``` ### Tag management ```bash # Replace tag everywhere buku --nostdin --replace oldtag newtag # Delete tag everywhere buku --nostdin --replace oldtag ``` ## Important Notes - **Always use `--nostdin`** as first arg to prevent waiting for input - **Always use `--np`** for search/print to skip interactive prompt - **Use `--tacit`** for delete operations to skip confirmation - **Use `-j`** for JSON output when parsing results programmatically - DB location: `~/.local/share/buku/bookmarks.db`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 buku-1776277412 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 buku-1776277412 技能

通过命令行安装

skillhub install buku-1776277412

下载 Zip 包

⬇ 下载 buku v1.0.0

文件大小: 1.57 KB | 发布时间: 2026-4-16 18:31

v1.0.0 最新 2026-4-16 18:31
- Initial release with support for managing bookmarks using the buku CLI.
- Add, search, list, update, and delete bookmarks with recommended non-interactive flags.
- Import and export bookmarks in multiple formats (HTML, Markdown, JSON, org, db).
- Manage tags, including listing, replacing, and deleting tags globally.
- Emphasizes always using `--nostdin`, `--np`, and `--tacit` flags for seamless CLI operation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部