2 releases

0.1.1 Dec 18, 2018
0.1.0 Nov 3, 2018

#36 in #paste

26 downloads per month

MIT license

9KB
208 lines

pafi

Crates.io Build Status Build status License: MIT

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–32MB
~553K SLoC