kkpoon-pushbullet-cli
v1.1.0
Published
command line tool for pushbullet
Downloads
3
Readme
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