0.1.1 |
|
---|---|
0.1.0 |
|
#64 in #note
11KB
292 代码行
note-rs
命令行中的note
安装
cargo install note-rs
构建和安装
# build and install note-rs
git clone https://github.com/robatipoor/note-rs \
&& cd note-rs \
&& make
构建依赖项
git, rustc, cargo, gnu make, binutils, upx
运行
# 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
依赖项
~0.7–8MB
~50K SLoC