Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orangesi/rr
- Owner: orangeSi
- Created: 2018-11-05T07:34:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T02:08:56.000Z (almost 5 years ago)
- Last Synced: 2023-10-19T16:43:50.011Z (about 1 year ago)
- Topics: bookmarks, cli, cmdline-linux, crystal-language, keyword-match, regexp-match, terminal-based, todolist
- Language: Crystal
- Homepage:
- Size: 1.82 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```