browser independent bookmark manager
It's a fork of the suckless bmks dmenu script
type bmks help
for instructions on how to use.
using sxhkd config.
# opens the default ${BROWSER} with the default ${PREFERED_LAUNCHER}
# firefox and dmenu
super + b; b
bmks
# opens the chosen url with chromium using the default ${PREFERED_LAUNCHER}
super + b; n
BROWSER=chromium bmks
# opens hidden links (links you don't visit often) using the default settings
super + b; v
HIDDEN=1 bmks
# copies the url to clipboard and paste it if a text area is selected
super + b; c
bmks clip
i don't really know what license the original code uses since it's not mentioned on suckless' site, so i will assume it was public domain.