2 releases
0.1.1 | Dec 18, 2018 |
---|---|
0.1.0 | Nov 3, 2018 |
#38 in #paste
9KB
208 lines
pafi
client tool for paste.rs
install
cargo install pafi
Build and install
# build and install pafi
git clone https://github.com/mehrati/pafi \
&& cd pafi \
&& make
Build dependency
git, rustc, cargo, gnu make, binutils, upx
run
# 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
Dependencies
~19–30MB
~535K SLoC