pf 0.1.1

transfer file command line tool
pf-0.1.1 is not a library.

pf

Crates.io Build Status Build status License: MIT

client tool for paste.rs

install

cargo install pf

Build and install

# build and install pf 
git clone https://github.com/robatipoor/pf \
&& cd pf \
&& make 

Build dependency

git, rustc, cargo, gnu make, binutils, upx

run

# post string
echo 'Hello !' | pf
# post file
pf some-file.txt
# get file 
pf https://paste.rs/some
# delete file
pf -d https://paste.rs/some
# read log file
pf --log