0.4.7 • Published 6 years ago

pipebin v0.4.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Pipebin CLI

This is the cli for Pipebin, a service like pastebin, for piping files and content to!

Installation

npm install -g pipebin

Usage

To create a new pipe

whoami | pb
# will return a pipebin id like 'BqStMv'

To get the contents of the pipe on another machine, terminal, wherever!

pb BqStMv
# Will return your pipe contents

You can also do things with the contents

pb BqStMv > /tmp/mydate.txt
# Will pipe your previously piped contents into the file /tmp/mydate.txt
0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago