Skip to content
/ bm Public

New version of the bookmark TUI tool. It is backed by SQLite3.

License

Notifications You must be signed in to change notification settings

gozeloglu/bm

Repository files navigation

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

About

New version of the bookmark TUI tool. It is backed by SQLite3.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages