This will send your piped data to termbin.com and then push you the link via pushbullet, having pushbullet chrome addon is helpful
-
clone the repo
-
edit notify_pushbullet to include your API key from pushbullet
-
create symlinks to both files in /usr/local/bin so you can call them anywhere
-
use it
$ git clone [email protected]:doghousedean/PasteBullet.git
Get your API key from https://www.pushbullet.com/#settings/account
Click create token and copy it
$ vim notify_pushbullet
update the apikey variable to your key, save and quit
$ cd /usr/local/bin
$ ln -s ~/pastebullet/notify_pushbullet .
$ ln -s ~/pastebullet/term_bin .
$ cat readme | term_bin
$ grep "interesting info" large_doc | term_bin
$ cat data.csv | term_bin
- knock yourself out!