#bookmark #command-line #cli

app rbm

A command line bookmark management app written in Rust!

4 releases

0.1.3 Dec 25, 2021
0.1.2 Dec 23, 2021
0.1.1 Dec 20, 2021
0.1.0 Dec 20, 2021

#15 in #bookmark

MIT license

13KB
199 lines

rbm

A command line bookmark management app written in Rust!

Install

Cargo install

$ cargo install rbm

Usage

$ rbm -h

Add bookmark with add subcommand.
Bookmark is stored in ~/rbm-bookmarks.toml.

  • Title: bookmark title
  • URL: bookmark URL
  • Tag: bookmark tags (If there are multiple, separate them with commas)
$ rbm add
Title> Google
URL> https://google.com
Tag> Google,Search

List bookmarks with list subcommand.
You can do an ambiguous search by title and tags.
Select a bookmark to open it in your browser (Only for macOS function).

$ rbm list

You can change the location of rbm-bookmarks.toml by changing the path of the ~/rbm-config.toml.

[config]
path = '/Users/urawa72/rbm-bookmarks.toml'

Dependencies

~12–23MB
~318K SLoC