pushbullet-bash
pushbullet-bash copied to clipboard
Bash interface to the PushBullet API
This is so we can pipe notes to the script, right? It causes issues when run from other scripts though. Used pushbullet-bash in Deluge for notifications and as an upstart...
Hello, The Script checks before a link is a valid link (contains 'https\?://') before it allows to push it. This was correct before #0bf89788 but the logic is backwards since...
Sorry, diff went crazy, I guess because of tabulation. Basically we can send pushes to multiple devices with one command. E.g. instead of: `pushbullet push device1 note "title" "message"` You...
This is WIP: is is incomplete, currently only adding documentation, variables, and some simple options/checks. This PR is meant as a running-discussion started in #81.
Not a huge surprise, but notes with quotes in the body break sending notes: ```sh root@localhost# ./pushbullet push mydev note "msg" "hello world" Sending to device MYDEV root@localhost# ./pushbullet push...
Hi, it should be useful to know how are you licensing this code! Care to upload a license file? :smiley:
Cyrrilic chars are supported by pushbullet but are trimmed by the script I guess next line does it: body=$(echo "$body"|tr -dc '[:print:]\n')