- Python
This app can search the content of multiple files at once using Command line
=> 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, --helpshow this help message and exit--path PATHSelect a path--keyword KEYWORDSearch for a keyword--encoding ENCODINGSet an encoding (default=utf8)--include-dot-dirsInclude directories that start with a . or ~--include-dot-filesInclude files that start with a . or ~--include-no-extInclude files with no extension--show-errorsShow errors, will not return results if errors are found--show-receivedShow received file status--show-readShow read file status--show-skippedShow skipped dot dirs, dot files, noext files, and stdignored files--case-sensitiveEnable case-sensitive keyword searching--save-temp-configDo not auto-delete temp config file after program finishes