cheatsheets/cheatsheets/buku

27 lines
552 B
Plaintext

---
tags: [ bookmarks ]
---
# Add bookmark URL with comma-separated tags:
buku --add URL [tag, ...]
# Show record details by indices, ranges. Print all bookmarks, if no arguments:
buku --print [...]
# Remove bookmarks from DB:
buku --delete [...]
# Update bookmark tag:
buku --update [...] --tag [+|-] [...]
# Update bookmark URL:
buku --update [...] --url URL
# Search bookmarks:
buku --sany [...]
# Run a regex search:
buku --sreg expr
# Search bookmarks by tags. List all tags, if no search keywords:
buku --stag [tag [,|+] ...] [- tag, ...]