/PowerSearch

Command line tool for searching the content of multiple files at once

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PowerSearch

Command line tool for searching the content of multiple files at once 💥

📂  RELEVANT TECHNOLOGY STACK

  • Python

FEATURES

This app can search the content of multiple files at once using Command line

💻  GETTING STARTED

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

  1. -h, --help show this help message and exit
  2. --path PATH Select a path
  3. --keyword KEYWORD Search for a keyword
  4. --encoding ENCODING Set an encoding (default=utf8)
  5. --include-dot-dirs Include directories that start with a . or ~
  6. --include-dot-files Include files that start with a . or ~
  7. --include-no-ext Include files with no extension
  8. --show-errors Show errors, will not return results if errors are found
  9. --show-received Show received file status
  10. --show-read Show read file status
  11. --show-skipped Show skipped dot dirs, dot files, noext files, and stdignored files
  12. --case-sensitive Enable case-sensitive keyword searching
  13. --save-temp-config Do not auto-delete temp config file after program finishes

Results 🌏

Powersearch

Contributors 😎