yrwq@site:~/projects$ cat bmf.mdx
bmf
minimal TUI firefox bookmark finder
active
rust
source
reads places.sqlite directly, gives you a search box. type a few chars, press enter, opens in firefox.
bmf # opens the TUI
bmf --db <path> # custom places.sqlite path
| key | action |
|---|---|
/ | search |
Enter | open in firefox |
r | reload bookmarks |
j/k | navigate |
q/Esc | quit |
rusqlite + a tui framework. one binary.