Crates.io | rbm |
lib.rs | rbm |
version | 0.1.3 |
source | src |
created_at | 2021-12-20 12:35:42.687227 |
updated_at | 2021-12-25 05:06:27.956549 |
description | A command line bookmark management app written in Rust! |
homepage | |
repository | https://github.com/urawa72/rbm |
max_upload_size | |
id | 500684 |
size | 39,318 |
A command line bookmark management app written in Rust!
$ cargo install rbm
$ rbm -h
Add bookmark with add
subcommand.
Bookmark is stored in ~/rbm-bookmarks.toml
.
$ 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'