Skip to content

A simple tool to send data to output from STDOUT to termbin.com with a notification of the url via pushbullet

Notifications You must be signed in to change notification settings

doghousedean/PasteBullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

This will send your piped data to termbin.com and then push you the link via pushbullet, having pushbullet chrome addon is helpful

How do I get set up?

  1. clone the repo

  2. edit notify_pushbullet to include your API key from pushbullet

  3. create symlinks to both files in /usr/local/bin so you can call them anywhere

  4. use it

Details

$ 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 .

Examples for use, just a few

$ cat readme | term_bin
$ grep "interesting info" large_doc | term_bin
$ cat data.csv | term_bin

Contribution guidelines

  • knock yourself out!

About

A simple tool to send data to output from STDOUT to termbin.com with a notification of the url via pushbullet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages