Skip to main content

Efficient text and binary file searching via Python, cross-platform.

Project description

Build Status

PyFindFiles

Find files (text or binary) containing text or patterns efficiently with Python, cross-platform. Default is to only search files smaller than 50 MBytes.

Requires:

Install

git clone https://github.com/scivision/pyfindfiles

cd pyfindfiles

python -m pip install -e .

Usage

findtext looks for strings inside text or binary files, and reports filename text is found in.

  • -v: filename, line number, and text found
findtext Pattern "*.ext" root

Pattern : text to search for

"*.ext" : file extension(s) to search for

root : top-level directory to search under


findvid

findvid root looks under top-level directory root for video files (by common file extensions)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfindfiles-1.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page