Email notification when command completes


License
MIT
Install
pip install lmk==0.0.16

Documentation

lmk - let me know

Email notifications from the command line.

Step 1 Wrap your long running job in lmk:

$ lmk 'bash ./experiments.sh'
...  # command runs and outputs normally
[lmk] chrisc.101@gmail.com notified

Step 2

Step 3 Receive an email when it's done:

Alternatively, lmk - reads passively from stdin:

$ (./experiment1.sh; experiment2.py) 2>&1 | lmk -
... # commands run and output normally
[lmk] chrisc.101@gmail.com notified

Installation

$ pip install lmk

License

Made with ❤️ by Chris Cummins. Released under MIT License.