https://github.com/vikjam/teller
A wrapper for qsub that implements more detailed notifications.
https://github.com/vikjam/teller
Last synced: 11 months ago
JSON representation
A wrapper for qsub that implements more detailed notifications.
- Host: GitHub
- URL: https://github.com/vikjam/teller
- Owner: vikjam
- Created: 2015-04-03T23:26:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T00:16:49.000Z (about 11 years ago)
- Last Synced: 2025-03-16T04:17:59.780Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teller
A wrapper for qsub that adds more detailed notifications.
## Installation
In order to get [Pushbullet](https://www.pushbullet.com) notifications from teller, you need to add your [Pushbullet API](https://docs.pushbullet.com) to your .bash_profile or .bashrc file.
```
$ echo 'export PUSHBULLET_API="YOUR_API_KEY"' >> ~/.bash_profile
```