Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jun 23, 2024. It is now read-only.
/PowerSearchPublic archive

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

License

NotificationsYou must be signed in to change notification settings

GeorgeShao/PowerSearch

Repository files navigation

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 😎


[8]ページ先頭

©2009-2025 Movatter.jp