Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 964 Bytes

README.md

File metadata and controls

61 lines (39 loc) · 964 Bytes

bm

New version of the bm.sh tool written in Go.

Installation

You can type the following command.

go install github.com/gozeloglu/bm@latest

Local development build

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

Usage

Currently, limited commands are provided.

Save new bookmark

bm --save

img_1.png

After saving the link:

img.png

List all bookmarks

bm
bm --list # this is another option for listing

You can navigate the links with up and down arrow keys.

img_2.png

Type / for searching a specific bookmarked link.

img_3.png

Delete the bookmark

bm --delete

Just use backspace to delete.

Version

bm --version