The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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'
    

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

-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($line)

Prints message '[DEBUG] $line' if debug mode is enabled (with -D/--debug)

Read_File_Config($file_config)

Reads configuration file '$file_config'

AUTHOR

Sebastien Thebert <www-pushbullet@onetool.pm>