Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Aug 21, 2023
1 parent 0f1a6de commit 592990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Why use ugrep?

ug -Q ug -Q -e PATTERN

💡 `-Q` replaces `PATTERN` on the command line to let you enter patterns interactively. Specify `-e PATTERN` to search and edit the `PATTERN` in the TUI. Best is `-Qle PATTERN` to view a list of matching files.
💡 `-Q` replaces `PATTERN` on the command line to let you enter patterns interactively. Specify `-e PATTERN` to search and edit the `PATTERN` in the TUI, for example `-Qle PATTERN` shows a list of matching files. Then use ALT+letter keys to toggle short "letter options" on/off, for example ALT-n (option `-n`) to show/hide line numbers.

- Search with Google-like [Boolean query patterns](#bool) using `--bool` patterns with `AND` (or just space), `OR` (or a bar `|`), `NOT` (or a dash `-`), using quotes to match exactly, and grouping with `( )`; or with options `-e` (as an "or"), `--and`, `--andnot`, and `--not` regex patterns

Expand Down

0 comments on commit 592990a

Please sign in to comment.