Metadata-Version: 2.1
Name: findsrc
Version: 1.1.2
Summary: Search tool for sources
Home-page: https://github.com/timxx/findsrc
Author: Weitian Leung
Author-email: weitianleung@gmail.com
License: Apache-2.0
Keywords: find tool source grep
Platform: Platform Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: colorama ; platform_system == "Windows"

# findsrc

## Search tool for sources

### Usage
`findsrc [-i] [-e ext] [-p path] [-j N] pattern`

Most of the time just type `findsrc pattern` under you sources tree will do the works.


### Install
`pip install findsrc`


