Metadata-Version: 2.1
Name: lmk
Version: 0.0.16
Summary: Email notification when command completes
Home-page: https://github.com/ChrisCummins/lmk
Author: Chris Cummins
Author-email: chrisc.101@gmail.com
License: MIT License
Description: <h1>
          lmk - let me know
          <a href="https://badge.fury.io/py/lmk">
            <img src="https://img.shields.io/pypi/v/lmk.svg?colorB=green&style=flat">
          </a> <a href="https://tldrlegal.com/license/mit-license" target="_blank">
            <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat">
          </a>
        </h1>
        
        Email notifications from the command line.
        
        **Step 1** Wrap your long running job in `lmk`:
        
        ```sh
        $ 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:
        
        ![](demo.png)
        
        Alternatively, `lmk -` reads passively from stdin:
        
        ```sh
        $ (./experiment1.sh; experiment2.py) 2>&1 | lmk -
        ... # commands run and output normally
        [lmk] chrisc.101@gmail.com notified
        ```
        
        ## Installation
        ```sh
        $ pip install lmk
        ```
        
        ## License
        
        Made with ❤️ by [Chris Cummins](http://chriscummins.cc). Released under [MIT License](https://tldrlegal.com/license/mit-license).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
