1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Andrew Gallant 4ef4818130 No line numbers when searching only stdin.
This changes the default behavior of ripgrep to *not* show line numbers
when it is printing to a tty and is only searching stdin.

Fixes #380

[breaking-change]
2017-03-12 20:21:40 -04:00
..
app.rs Add support for additional text encodings. 2017-03-12 19:54:48 -04:00
args.rs No line numbers when searching only stdin. 2017-03-12 20:21:40 -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 --path-separator flag. 2017-01-10 18:16:15 -05: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