Skip to main content

Email notification when command completes

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lmk-0.0.16.tar.gz (10.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page