Skip to content
/ rr Public

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

Notifications You must be signed in to change notification settings

orangeSi/rr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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