pushbullet-bash

Bash interface to the PushBullet API
授权协议 Readme
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 陈君之
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

#pushbullet-bashCreated 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.

相关阅读

相关文章

相关问答

相关文档