pf

Crates.io Build Status Build status License: MIT

client tool for paste.rs

install

sh cargo install pf

Build and install

```sh

build and install pf

git clone https://github.com/robatipoor/pf \ && cd pf \ && make ```

Build dependency

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

run

```sh

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

```