Metadata-Version: 1.1
Name: multitail-curses
Version: 1.0.3
Summary: A curses-based utility script for tailing multiple files simultaneously.
Home-page: http://github.com/thobbs/multitail-curses
Author: Tyler Hobbs
Author-email: tylerlhobbs@gmail.com
License: MIT
Download-URL: http://github.com/thobbs/multitail-curses/archive/1.0.3.tar.gz
Description: multitail-curses
        ================
        A curses-based utility script for tailing multiple files simultaneously.
        
        I made this script for quickly tailing several log files in the same terminal
        window.
        
        .. image:: https://raw.github.com/thobbs/multitail-curses/master/screenshot.png
        
        Installation
        ------------
        The easiest way to install this is through pip or easy_install::
        
            pip install -U multitail-curses
        
        You can also install from source by running::
        
            python setup.py install
        
        Usage
        -----
        You can tail one to four files simultaneously.  For example::
        
            multitail foo.log bar.log
        
        Press ``CTRL-C`` to stop tailing.
        
        License
        -------
        This project is open source under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_.
        
Keywords: tail script multitail
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
