This is a tool for search text in files.
- It is smart enough to run in parallel on multi-core computers and run thread mode on single-core computers
- Handles different types of character encodings
- Handles big files as well
- It is fast ;)
For more information see here: https://github.com/danielgatis/search_in_files/blob/master/notebooks/search_in_files.ipynb
pip install search_in_files
python -m search_in_files.search_test
search_in_files <pattern> <folder>