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_iden> ]
    --name 'address name' --address 'complete address'
pushbullet contacts [ -k <pushbullet_apikey> ]
pushbullet devices [ -k <pushbullet_apikey> ]
pushbullet file [ -k <pushbullet_apikey> ] [ -d <device_iden> ] 
    --file filename [ --body 'file description' ]
pushbullet link [ -k <pushbullet_apikey> ] [ -d <device_iden> ]
    --title 'your title' --url 'http://address'
pushbullet list [ -k <pushbullet_apikey> ] [ -d <device_iden> ]
    --title 'your title' --item item1 --item item2 --item item3
pushbullet note [ -k <pushbullet_apikey> ] [ -d <device_iden> ]
    --title 'your title' --body 'your body message'
pushbullet sms [ -k <pushbullet_apikey> ] [ -d <device_iden> ]
    --mobile '+33 6 xx xx xx xx' --sms 'your sms'
OPTIONS
- -a, --address
 - 
Sets address for 'pushbullet address'
 - -b, --body
 - 
Sets body/description for 'pushbullet file' or 'pusbullet 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
 - -m, --mobile
 - 
Sets mobile phone number for 'pushbullet sms'
 - -n, --name
 - 
Sets name for 'pushbullet address'
 - -s, --sms
 - 
Sets SMS message for 'pushbullet sms'
 - -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($line)
Prints message '[DEBUG] $line' if debug mode is enabled (with -D/--debug)
Read_File_Config($file_config)
Reads configuration file '$file_config'
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
REPOSITORY
https://github.com/sebthebert/WWW-PushBullet
AUTHOR
Sébastien Thébert <www-pushbullet@onetool.pm>