1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Ralf Jung d352b79294 Add new -M/--max-columns option.
This permits setting the maximum line width with respect to the number
of bytes in a line. Omitted lines (whether part of a match, replacement
or context) are replaced with a message stating that the line was
elided.

Fixes #129
2017-03-12 21:21:28 -04:00
..
app.rs Add new -M/--max-columns option. 2017-03-12 21:21:28 -04:00
args.rs Add new -M/--max-columns option. 2017-03-12 21:21:28 -04:00
decoder.rs Stop aggressive inlining. 2017-03-12 20:21:22 -04:00
main.rs Add support for additional text encodings. 2017-03-12 19:54:48 -04:00
pathutil.rs fix some clippy lints (#288) 2016-12-23 14:53:35 -05:00
printer.rs Add new -M/--max-columns option. 2017-03-12 21:21:28 -04:00
search_buffer.rs Tweak how binary files are handled internally. 2017-02-18 16:20:21 -05:00
search_stream.rs Tweak how binary files are handled internally. 2017-02-18 16:20:21 -05:00
unescape.rs fix some clippy lints (#288) 2016-12-23 14:53:35 -05:00
worker.rs Add support for additional text encodings. 2017-03-12 19:54:48 -04:00