An open API service indexing awesome lists of open source software.

https://github.com/raais/pipebank

a simple program to store and retrieve named binary streams
https://github.com/raais/pipebank

Last synced: about 1 year ago
JSON representation

a simple program to store and retrieve named binary streams

Awesome Lists containing this project

README

          

# pipebank
a simple program to store and retrieve named binary streams

```bash
Usage: [|] pipebank [key] [|]
Commands:
set/put/send/save [key]
get
fetch - get and delete
delete/rm
list/ls
clear
```

```bash
$ cat recipe.txt | pipebank save fluffy-pizza
$ pipebank fetch fluffy-pizza | grep -i secret
```

```bash
$ ls | pipebank send
#Saved as Y7E2
$ pipebank fetch Y7E2 | sort
```