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

https://github.com/qbit/job-done

A simple Pushover applet to notify you when a process has finished execution
https://github.com/qbit/job-done

Last synced: 19 days ago
JSON representation

A simple Pushover applet to notify you when a process has finished execution

Awesome Lists containing this project

README

          

Job Done
========

![Job Done](img/icon.png)A simple [Pushover](http://pushover.net/) applet to notify you when a process has finished execution.

Inteded use case
----------------
Job Done is extremely simple. I created it with the idea that one might want to start a process in the shell, leave it unattended and await a push notification to tell them when it's finished.

For instance, starting a compile job:

make ; job-done "Some-application build"
In this case, once the software has compiled, a push notification would be sent with the message "Some-application build finished".

Get started
-----------
Well, there's not much to be done. Simply get the script, add your Pushover API key, then place it somewhere in your `$PATH`.

Example ~/.job-donerc
---------------------

```
USER_KEY:d41d8cd98f00b204e9800998ecf8427e
```

Take a look
-----------

![Banner notification](img/banner.png)

![Details in Pushover... not much](img/details.png)

![Lockscreen](img/lockscreen.png)