https://github.com/maakcode/spush
Simple command line tool for sending push notification via Pushbullet wrritten in Swift
https://github.com/maakcode/spush
Last synced: 11 months ago
JSON representation
Simple command line tool for sending push notification via Pushbullet wrritten in Swift
- Host: GitHub
- URL: https://github.com/maakcode/spush
- Owner: maakcode
- License: mit
- Archived: true
- Created: 2019-08-06T17:22:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T17:27:12.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T04:03:37.156Z (over 1 year ago)
- Language: Swift
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spush
Simple command line tool for sending push notification via Pushbullet wrritten in Swift
## Usage
spush -t "Title text" "Body text"
## Dependency
- [Guaka](https://github.com/nsomar/Guaka)
- [StringScanner](https://github.com/getGuaka/StringScanner)