Metadata-Version: 1.2
Name: cqh-ptee
Version: 0.0.1
Summary: tail -F 
Home-page: https://github.com/chen19901225/cqh_tail
Author: chenqinghe
Author-email: 1832866299@qq.com
License: UNKNOWN
Description: ptee
        =============================================
        
        something like `tee` but support rotate logs
        
        
        
        
        Usage
        -------------------------------------------------
        
        watch dir
        >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
        
        .. code-block::
        
            cqh_tail --pattern=~/**/*.log
        
        watch dir and filter
        >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
        
        .. code-block::
        
            cqh_tail --pattern=~/**/*.log --line-filter="\.general/"
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
