New version of the bm.sh tool written in Go.
You can type the following command.
go install github.com/gozeloglu/bm@latest
You 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.go
Currently, limited commands are provided.
bm --save
After saving the link:
bm
bm --list # this is another option for listing
You can navigate the links with up and down arrow keys.
Type /
for searching a specific bookmarked link.
bm --delete
Just use backspace to delete.
bm --version