| Crates.io | run_notify |
| lib.rs | run_notify |
| version | 0.1.1 |
| created_at | 2025-06-14 00:05:10.664608+00 |
| updated_at | 2025-06-14 00:21:50.32309+00 |
| description | Runs another command, sending a notification to pushover when it completes |
| homepage | |
| repository | https://github.com/IRSMsoso/run-notify |
| max_upload_size | |
| id | 1711998 |
| size | 80,457 |
A rust program that runs another program, sending a notification to pushover when it completes (success or fail). Optionally, you can also shut down your PC after the command completes.
With cargo. Clone the repo and cargo install run_notify
run_notify <COMMAND>
Optionally, run_notify -s <COMMAND> to shut down your PC after the command completes.
Anything after run_notify and it's flags is interpreted as the command and it's arguments, for example:
run_notify -s ls -l is valid and would run ls with the -l flag. The -s flag is given to run_notify because it is
before the first non flag parameter.
You need to configure the app token and user key for pushover requests. Run the program once to generate the config file.