dana
58bdc366ec
printer: add --passthru flag
...
The --passthru flag causes ripgrep to print every line,
even if the line does not contain a match. This is a
response to the common pattern of `^|foo` to match every
line, while still highlighting things like `foo`.
Fixes #740
2018-01-11 18:45:51 -05:00
Balaji Sivaraman
ba1023e1e4
printer: add support for line number alignment
...
Closes #544
2018-01-01 09:00:31 -05:00
Dan Fabulich
beb010d004
doc: clarify --with-filename behavior with --heading
2017-09-06 08:25:05 -04:00
dana
40bacbcd7c
Add -x/--line-regexp ( #520 )
...
add -x/--line-regexp flag
2017-08-09 06:53:35 -04:00
dana
4c41e9225b
Make completion support short-option values in same word; handle debug variable
2017-07-26 09:30:14 -04:00
dana
5613df3034
Refactor zsh completion function
...
- Improve documentation
- Reorganise into functions
- Order options lexicographically
- Correct minor wording inconsistencies
- Fix --count error
- Fix --maxdepth error
- Fix --path-separator error
- Fix --version error
- Adjust exclusivity for --files, -h, -j, -o, -r, -t, -T, -v, -V, &c.
- Improve pattern-operand guard behaviour
- Partially fix issue with colorspec state
- Fix issue with typespec state
- Add completion for <type>:include: sequence
- Move licence info out of the way
2017-07-18 07:03:36 -04:00
dana
170c078440
Add -f
to completions
2017-07-06 19:00:35 -04:00
dana
dd3df0ded7
Add --iglob to zsh completion function
2017-07-03 08:21:38 -04:00
dana
62a182af78
Improve zsh completion function
...
- Add missing options
- Fix confusion between --count and --max-count
- Improve wording consistency (capitalisation, punctuation, contractions, &c.)
- Add completion for encodings
- Add completion for colour specs
- Add partial completion for type specs
2017-07-03 07:15:21 -04:00
Fangrui Song
2628c8f38e
Add Zsh completion file
2017-05-29 16:55:03 -04:00