Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captncodr/pushbullet-cli
Use Pushbullet in your favorite cli.
https://github.com/captncodr/pushbullet-cli
cli fsharp pushbullet rest-api
Last synced: about 1 month ago
JSON representation
Use Pushbullet in your favorite cli.
- Host: GitHub
- URL: https://github.com/captncodr/pushbullet-cli
- Owner: CaptnCodr
- License: mit
- Created: 2020-11-18T17:17:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T20:38:55.000Z (3 months ago)
- Last Synced: 2024-08-23T22:05:10.595Z (3 months ago)
- Topics: cli, fsharp, pushbullet, rest-api
- Language: F#
- Homepage:
- Size: 51.8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pushbullet CLI
## 0. Setup
Set application's path in system's environment "Path" variables.
## 1. Using
##### Command tree of all (sub-) commands and parameters:
```
> pb [command | alias] [subcommand | alias] [parameter][ key | -k ]
+--[ key ][ push | -p | text | -t ]
+--[ device | -d ]
| +--[ deviceid ]
+--[ text | -t ]
| +--[ body ]
+--[ note | -n ]
+--[ title ][ body ][ pushinfo | -pi ]
+--[ pushid ][ pushes | -ps ]
+--[ number ][ link | -l | url | -u ]
+--[ device | -d ]
| +--[ deviceid ]
+--[ url | -u ]
| +--[ link ]
+--[ title | -t ]
| +--[ title ]
+--[ body | -b ]
+--[ body ][ device | -d ]
+--[ deviceid ][ devices | -ds ]
[ chat | -c ]
+--[ update | -u ]
| +--[ id ]
| +--[ status ]
+--[ create | -c ]
+--[ email ][ chats | -cs ]
[ sms | -m ]
+--[ device ]
+--[ number ]
+--[ body ][ clip | -cl ]
+--[ json ][ subscriptions | -s | subs ]
[ channelinfo | -ci ]
+--[ tag ][ delete | -del | -r ]
+--[ push | -p ]
| +--[ id ]
+--[ chat | -c ]
| +--[ id ]
+--[ device | -d ]
| +--[ id ]
+--[ subscription | -s ]
| +--[ id ]
+--[ sms | -m ]
| +--[ id ]
+--[ key | -k ][ profile | -me | -i ]
[ limits | -x ]
[ grants | -g ]
[ version | -v ]
[ help | h ]
```Almost all functions are wrapped here.
See API at: https://docs.pushbullet.com/