Skip to content

kkpoon/pushbullet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PushBullet command line tool

Install

npm install -g kkpoon-pushbullet-cli

Setup

export PB_ACCESS_TOKEN=<YOUR_PUSHBULLET_ACCESS_TOKEN>

Usages

List Contacts

pushbullet list-contacts

List Devices

pushbullet list-devices

List Pushes

pushbullet list-pushes

Push Note

pushbullet push note --title "Hello" --body "World"

Push Link

pushbullet push link --title "Github" --body "Git" --url "https://www.github.com"

Push File

pushbullet push file --body "My File" --file myfile.png

About

command line tool to access pushbullet(https://www.pushbullet.com) in console

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors