New version of the bm.sh tool written in Go.
You can type the following command.
go install github.com/gozeloglu/bm@latestYou can build and run the application with the following command. It can be used for local development tests.
go build bm.go &&  go install bm.goCurrently, limited commands are provided.
bm --saveAfter saving the link:
bm
bm --list # this is another option for listingYou can navigate the links with up and down arrow keys.
Type / for searching a specific bookmarked link.
bm --deleteJust use backspace to delete.
bm --version


