note-rs-0.1.0 is not a library.

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