pafi

Crates.io Build Status Build status License: MIT

client tool for paste.rs

install

sh cargo install pafi

Build source and install

```sh

build and install pafi

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

Build dependency

git, rust, cargo, gnu make, binutils, upx

run

```sh

paste string

echo "hi" | pafi

post file

pafi --input path/example-file.txt

get file

pafi --out path/get-file.txt

delete file

pafi --delete --url https://paste.rs/example

```