Raais / pipebank

a simple program to store and retrieve named binary streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipebank

a simple program to store and retrieve named binary streams

Usage: [|] pipebank <command> [key] [|]
Commands:
  set/put/send/save [key]
  get <key>
  fetch <key> - get and delete
  delete/rm <key>
  list/ls
  clear
$ cat recipe.txt | pipebank save fluffy-pizza
$ pipebank fetch fluffy-pizza | grep -i secret
$ ls | pipebank send
#Saved as Y7E2
$ pipebank fetch Y7E2 | sort

About

a simple program to store and retrieve named binary streams

License:MIT License


Languages

Language:Shell 100.0%