Skip to content

Commit

Permalink
added -i flag (case insensitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
QpxDesign committed Jul 24, 2024
1 parent 5b82f22 commit 17fb993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ to use headless-chrome with webgrep, either use the `-c/--chrome` flag, or set t
- `-p/--pathcontains` OPTIONAL, plaintext string that must be in a path for it to be explored (useful to prevent recursive search from going too far astray)
- `-o/--samehost` OPTIONAL, only explore webpages on the same host (ie same domain)
- `-c/--chrome` OPTIONAL, use chrome instead of just basic http request (needed for sites with js)
- `-i/--insensitive` OPTIONAL, search case-insensitivly

### Examples:
recursively search through a college course catalog for a keyword (case insensitive):

Expand Down

0 comments on commit 17fb993

Please sign in to comment.