#note #text #command-line #wite

已撤回 note-rs

命令行中的note

0.1.1 2019年5月13日
0.1.0 2018年12月22日

#64 in #note

MIT 许可证

11KB
292 代码行

note-rs

Crates.io Build Status Build status License: MIT

命令行中的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