Do not follow this link

~gjabell/bmk

Command-line bookmark manager
Fix spacing
Update README
Add .build.yml and Makefile targets

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~gjabell/bmk
read/write
git@git.sr.ht:~gjabell/bmk

You can also use your local clone with git send-email.

#bmk

builds.sr.ht status

A command-line bookmark manager.

#Building

Requires go. Install the dependencies with go get, then run make to generate the binary and docs.

#Installation

Run make install (requires root) to install. The default config file will be installed to /usr/local/share/bmk/, but can be optionally copied to $HOME/.config/bmk/ for user-specific configuration.

#Running

Run bmk, which will create the initial bookmarks file at the location specified in config.toml.

#Resources

Mailing list for patches and questions: lists.sr.ht/~gjabell/bmk

Tracker for TODOs and bugs: todo.sr.ht/~gjabell/bmk

Do not follow this link