# pafi [![Crates.io](https://img.shields.io/crates/v/pafi.svg?style=plastic)](http://crates.io/crates/pafi) [![Build Status](https://travis-ci.org/mehrati/pafi.svg?branch=master)](https://travis-ci.org/mehrati/pafi) [![Build status](https://ci.appveyor.com/api/projects/status/ykq7h2c5a8p5a31y?svg=true)](https://ci.appveyor.com/project/mehrati/pafi) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) client tool for [paste.rs](https://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 ```