yrwq@site:~/bmf.mdx
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
keyaction
/search
Enteropen in firefox
rreload bookmarks
j/knavigate
q/Escquit

rusqlite + a tui framework. one binary.

main
9