All Projects → Red5d → Pushbullet Bash

Red5d / Pushbullet Bash

Bash interface to the PushBullet API

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Pushbullet Bash

Termux Mpv
Wrapper for Mpv on Termux. Displays play controls in the notification
Stars: ✭ 43 (-80.63%)
Mutual labels:  cli, notification
Bitcoin Chart Cli
Bitcoin chart for the terminal as command line util
Stars: ✭ 221 (-0.45%)
Mutual labels:  cli
Sitemap Generator Cli
Creates an XML-Sitemap by crawling a given site.
Stars: ✭ 214 (-3.6%)
Mutual labels:  cli
Please Upgrade Node
💁 Show a message to your users to upgrade Node instead of a stacktrace
Stars: ✭ 219 (-1.35%)
Mutual labels:  cli
Humblebundle Downloader
Download you Humble Bundle Library
Stars: ✭ 213 (-4.05%)
Mutual labels:  cli
Django Webpush
Web Push Notification Package for Django
Stars: ✭ 217 (-2.25%)
Mutual labels:  notification
Atcoder Cli
AtCoder command line tools
Stars: ✭ 213 (-4.05%)
Mutual labels:  cli
Stego
🦕 stego is a steganographic swiss army knife.
Stars: ✭ 220 (-0.9%)
Mutual labels:  cli
Netdevpack
A smart set of common classes and implementations to improve your development productivity.
Stars: ✭ 220 (-0.9%)
Mutual labels:  notification
Httpretty
Package httpretty prints the HTTP requests you make with Go pretty on your terminal.
Stars: ✭ 213 (-4.05%)
Mutual labels:  cli
Kmdr Cli
🧠 The CLI tool for learning commands from your terminal
Stars: ✭ 218 (-1.8%)
Mutual labels:  cli
Popper
Container-native task automation engine.
Stars: ✭ 216 (-2.7%)
Mutual labels:  cli
Licensed
⚖️ ✔️ licensed is an interactive command line tool to help you choose and add licenses to your projects
Stars: ✭ 220 (-0.9%)
Mutual labels:  cli
Zoe
The Kafka CLI for humans
Stars: ✭ 217 (-2.25%)
Mutual labels:  cli
Ronin
Ronin is a Ruby platform for vulnerability research and exploit development. Ronin allows for the rapid development and distribution of code, Exploits or Payloads, Scanners, etc, via Repositories.
Stars: ✭ 220 (-0.9%)
Mutual labels:  cli
Csview
📠 A high performance csv viewer with cjk/emoji support.
Stars: ✭ 208 (-6.31%)
Mutual labels:  cli
Webpack Command
[DEPRECATED] Lightweight, modular, and opinionated webpack CLI that provides a superior experience
Stars: ✭ 218 (-1.8%)
Mutual labels:  cli
Pkg Ok
👌 Checks paths and scripts defined in package.json before you publish
Stars: ✭ 219 (-1.35%)
Mutual labels:  cli
Density Converter
A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush.
Stars: ✭ 222 (+0%)
Mutual labels:  cli
Klog
A plain-text file format and command line tool for time tracking
Stars: ✭ 222 (+0%)
Mutual labels:  cli

#pushbullet-bash Created by Red5d - https://github.com/Red5d

This is a shell/CLI interface to the PushBullet API (https://www.pushbullet.com/).

It can list your available devices and push different types of data to them.

Set your PushBullet API key by creating the file $HOME/.config/pushbullet and adding the line PB_API_KEY=<your key> to it. Alternatively you can specify a different config file or API key at runtime.

# Specifying a different config file at runtime
PB_CONFIG=~/.my-config pushbullet list

# Specifying a different API key at runtime
PB_API_KEY=1234 pushbullet list

Pushbullet-bash also features a shell function similar to projects like pushblast, pushbullet-exit and pace to send a message after a specific command has finished.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].