Metadata-Version: 2.1
Name: cqh-tail
Version: 0.0.7
Summary: tail -F 
Home-page: https://github.com/chen19901225/cqh_file_watcher
Author: chenqinghe
Author-email: 1832866299@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6

cqh_tail
=============================================

python tail

copy from `activestate <http://code.activestate.com/recipes/577968-log-watcher-tail-f-log/>`_


Usage
-------------------------------------------------

watch dir
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

.. code-block::

    cqh_tail --pattern=~/**/*.log

watch dir and filter
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

.. code-block::

    cqh_tail --pattern=~/**/*.log --line-filter="\.general/"



