This is a userscript for Qutebrowser that integrates the buku bookmark manager
wget -qO- https://raw.githubusercontent.com/spectronp/qutebrowser-buku/main/installer | bash
:config-dict-add aliases bk 'spawn --userscript buku'
OR
config.load_autoconfig()
c.aliases = config.get('aliases')
c.aliases['bk'] = "spawn --userscript buku"
Usage:
bk [url] [tag..]
bk add [url] [tag...]
bk open [-n NUM] ([-s | -S] <query>)
bk open <index | index_range>
bk edit <index> [edit data]
bk del <index>
- Basic CRUD
- Open bookmarks with query
- Add all open tabs
- Better error feedback
- Support to buku search options
- Support to IPs and hostnames
- Confirmation dialog for delete and edit
- Use of a query in place of index ( edit and delete )
- Sync
- Support encrypted databases