Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/danielgatis/search_in_files

This is a tool for search text in files.
https://github.com/danielgatis/search_in_files

fast file-search python text-search

Last synced: about 2 months ago
JSON representation

This is a tool for search text in files.

Lists

README

        

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 ;)

.. figure:: 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