2个版本
0.1.1 | 2018年12月18日 |
---|---|
0.1.0 | 2018年11月3日 |
#38 in #paste
9KB
208 行
pafi
paste.rs的客户端工具
安装
cargo install pafi
构建和安装
# build and install pafi
git clone https://github.com/mehrati/pafi \
&& cd pafi \
&& make
构建依赖
git, rustc, cargo, gnu make, binutils, upx
运行
# post string
echo "Hello !" | pafi
# post file
pafi some-file.txt
# get file
pafi https://paste.rs/some
# delete file
pafi -d https://paste.rs/some
依赖
~19–30MB
~535K SLoC