Metadata-Version: 2.0
Name: taileff
Version: 0.1.0
Summary: tail -f for humans
Home-page: https://github.com/willemt/taileff
Author: willemt
Author-email: himself@willemthiart.com
License: BSD
Keywords: development logging
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Logging
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.6
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
Requires-Dist: pygments
Requires-Dist: tailer
Requires-Dist: sqlparse
Requires-Dist: termcolor
Requires-Dist: docopt

****************************************
taileff: tail -f for humans
****************************************

.. image:: taileff_showcase.gif

taileff makes it easier to read the output of tail -f, using features such as:

* syntax highlighting
* line numbering
* separating lines
* grouping separators
* indentation (only for SQL atm)


Installation
------------

.. code-block:: bash

    $ pip install taileff

Usage
-----

.. code-block:: bash

    $ tailf <file> [-s -i -n -l <language> -g <seconds>]
    $ tailf --help


Licence
-------

BSD


