0.1.1 |
|
---|---|
0.1.0 |
|
#59 in #note
11KB
292 lines
note-rs
note in command line
install
cargo install note-rs
Build and install
# build and install note-rs
git clone https://github.com/robatipoor/note-rs \
&& cd note-rs \
&& make
Build dependency
git, rustc, cargo, gnu make, binutils, upx
run
# write note
$ note-rs hello
# read all note
$ note-rs
# read line 1
$ note-rs -r 1
# read line 1 until the 10
$ note-rs -r 1..10
# delete note line 2
$ note-rs -d 2
Dependencies
~1.5–9MB
~67K SLoC