Command line tool for searching the content of multiple files at once 💥📂 RELEVANT TECHNOLOGY STACK This app can search the content of multiple files at once using Command line
Steps to run the program in your system !! => Download and unpack this repo
=> Once we are in Project Directory Open Terminal or Command Prompt, Follow the below commands according to your usage:
python powersearch.py [-h] [--path PATH] [--keyword KEYWORD] [--encoding ENCODING] [--include-dot-dirs] [--include-dot-files] [--include-no-ext] [--show-errors] [--show-received] [--show-read] [--show-skipped] [--case-sensitive] [--save-temp-config] => Some Optional Arguments:-
-h, --help
show this help message and exit--path PATH
Select a path--keyword KEYWORD
Search for a keyword--encoding ENCODING
Set an encoding (default=utf8)--include-dot-dirs
Include directories that start with a . or ~--include-dot-files
Include files that start with a . or ~--include-no-ext
Include files with no extension--show-errors
Show errors, will not return results if errors are found--show-received
Show received file status--show-read
Show read file status--show-skipped
Show skipped dot dirs, dot files, noext files, and stdignored files--case-sensitive
Enable case-sensitive keyword searching--save-temp-config
Do not auto-delete temp config file after program finishes