0.1.1 May 13, 2019
0.1.0 Dec 22, 2018

#79 in #note

MIT license

11KB
292 lines

note-rs

Crates.io Build Status Build status License: MIT

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

~0.5–9.5MB
~60K SLoC