Metadata-Version: 2.0
Name: em
Version: 0.3
Summary: Highlight some PATTERN in terminal's STDOUT
Home-page: https://github.com/ikalnitsky/em
Author: Igor Kalnitsky
Author-email: igor@kalnitsky.org
License: BSD
Platform: Linux
Platform: MacOS
Platform: Unix
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License

Em
--

Em is a terminal tool that prints FILE(s), or standard input to standard
output and highlights the expressions that are matched the PATTERN.

The expression will be highlighted iff the terminal is ANSI-compatible.


Em is Cool
``````````

.. code:: bash

    $ tail -f /path/to/log | em "DEBUG|INFO" GREEN | em "WARN" yellow


Links
`````

* `documentation <http://em.readthedocs.org/>`_
* `source code <https://github.com/ikalnitsky/em>`_



