NAME
pushbullet
DESCRIPTION
Program giving easy access to PushBullet features
SYNOPSIS
pushbullet address [ -k <pushbullet_apikey> ] [ -d <device_id> ]
--name 'address name' --address 'complete address'
pushbullet link [ -k <pushbullet_apikey> ] [ -d <device_id> ]
--title 'your title' --url 'http://address'
pushbullet list [ -k <pushbullet_apikey> ] [ -d <device_id> ]
--title 'your title' --item item1 --item item2 --item item3
pushbullet note [ -k <pushbullet_apikey> ] [ -d <device_id> ]
--title 'your title' --body 'your body message'
OPTIONS
- -a, --address
-
Sets address for address
- -b, --body
-
Sets body for note
- -c, --config
-
Sets configuration file where to find default parameters configuration
- -D, --debug
-
Sets debug mode
- -d, --device_id
-
Sets device to receive bullet
- -h, --help
-
Prints this Help
- -k, --apikey
-
Sets PushBullet API key
- -n, --name
-
Sets name for address
- -t, --title
-
Sets title for link, list or note
- -u, --url
-
Sets url for address
- -v, --version
-
Prints WWW::PushBullet version
SUBROUTINES/METHODS
Read_File_Config($file_config)
Reads configuration file
AUTHOR
Sebastien Thebert <stt@ittool.org>