note in command line
install
sh
cargo install note-rs
Build and install
```sh
git clone https://github.com/robatipoor/note-rs \ && cd note-rs \ && make ```
Build dependency
git, rustc, cargo, gnu make, binutils, upx
run
```sh
$ note-rs hello
$ note-rs
$ note-rs -r 1
$ note-rs -r 1..10
$ note-rs -d 2 ```