An open API service indexing awesome lists of open source software.

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.

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
```