pafi

Crates.io Build Status Build status License: MIT

client tool for paste.rs

install

sh cargo install pafi

Build and install

```sh

build and install pafi

git clone https://github.com/mehrati/pafi \ && cd pafi \ && make ```

Build dependency

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

run

```sh

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

```