Skip to content

danielgatis/search_in_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search_in_files

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 ;)
https://github.com/danielgatis/search_in_files/blob/master/demo.gif?raw=true

For more information see here: https://github.com/danielgatis/search_in_files/blob/master/notebooks/search_in_files.ipynb

How to install

pip install search_in_files

How to run the tests

python -m search_in_files.search_test

How to run

search_in_files <pattern> <folder>

About

This is a tool for search text in files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages