Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orangesi/rr

a simple bookmark tool by crystal-lang in command line of terminal for lazy guy in Linux
https://github.com/orangesi/rr

bookmarks cli cmdline-linux crystal-language keyword-match regexp-match terminal-based todolist

Last synced: about 1 month ago
JSON representation

a simple bookmark tool by crystal-lang in command line of terminal for lazy guy in Linux

Awesome Lists containing this project

README

        

# rr
#### a simple bookmark in command line for lazy guy
```
$rr add google www.google.com something # add bookmark
add done
$rr add apple www.apple.com something # add bookmark
add done

$rr goog # search bookmark
1 google [ www.google.com something ] 2019-09-29 12:25:36 +08:00

$rr 'googl|apple'
1 google [ www.google.com something ] 2019-09-29 12:25:36 +08:00
2 apple [ www.apple.com something ] 2019-09-29 12:32:02 +08:00

```