bookmark icon indicating copy to clipboard operation
bookmark copied to clipboard

Simple command line browser independant bookmark utility.

Results 6 bookmark issues
Sort by recently updated
recently updated
newest added

The current default is `~/.config/bm/bookmarks.sqlite` A good default would be `~/.local/share/bm/bookmarks.sqlite` or using the XDG environment variable `${XDG_DATA_HOME:-~/.local/share}/bm/bookmarks.sqlite`

Separate this PR from the #5. Change the database location to something more standard

Using the `--database` flag just print the help and exit with code 1 but no specific error. This PR fix this issue and set a better default for the db...

# Behaviour Using --database with a valid database path exits with error code 1. # Expected behaviour The file passed as argument should be used as database instead of the...

Care about reinstating [the AUR package](http://pkgbuild.com/git/aur-mirror.git/tree/bm)? I think it would be useful to have that package.