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
- Host: GitHub
- URL: https://github.com/qbit/job-done
- Owner: qbit
- Created: 2014-04-25T15:47:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-25T15:54:54.000Z (about 12 years ago)
- Last Synced: 2025-12-05T21:02:04.239Z (6 months ago)
- Language: Shell
- Size: 708 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Job Done
========
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
-----------


