NAME
pushbullet - Program giving easy access to PushBullet API
DESCRIPTION
Program giving easy access to PushBullet features
SYNOPSIS
pushbullet address [ -k <pushbullet_apikey> ] [ -d <device_id> ]
--name 'address name' --address 'complete address'
pushbullet devices [ -k <pushbullet_apikey> ]
pushbullet file [ -k <pushbullet_apikey> ] [ -d <device_id> ] -f filename
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 'pushbullet address'
- -b, --body
-
Sets body for 'pushbullet note'
- -c, --config
-
Sets configuration file where to find default parameters configuration
- -D, --debug
-
Sets debug mode
- -d, --device
-
Sets device to receive bullet
- -f, --file
-
Sets file for 'pushbullet file'
- -h, --help
-
Prints this Help
- -k, --apikey
-
Sets PushBullet API key
- -n, --name
-
Sets name for 'pushbullet address'
- -t, --title
-
Sets title for 'pushbullet link', 'pushbullet list' or 'pushbullet note'
- -u, --url
-
Sets url for 'pushbullet address'
- -v, --version
-
Prints WWW::PushBullet version
- -x, --proxy
-
Sets proxy (with something like 'http://<proxy_url>:<pory_port>')
SUBROUTINES/METHODS
DEBUG
Prints Debug message when debug mode is enabled (with -D/--debug)
Read_File_Config($file_config)
Reads configuration file
AUTHOR
Sebastien Thebert <stt@ittool.org>