1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Andrew Gallant 160f04894f Simplify code.
Instead of `Ok(n) if n == 0` we can just write `Ok(0)`.
2016-12-04 12:00:13 -05:00
..
app.rs Clarify use of --heading/--no-heading. 2016-11-28 17:40:44 -05:00
args.rs Get rid of special mmap decision on Windows. 2016-11-20 15:32:50 -05:00
atty.rs Completely re-work colored output and tty handling. 2016-11-20 11:14:52 -05:00
main.rs Simplify code. 2016-12-04 12:00:13 -05:00
pathutil.rs Move all gitignore matching to separate crate. 2016-10-29 20:48:59 -04:00
printer.rs Only emit bold ANSI code if bold is true. 2016-11-21 20:33:15 -05:00
search_buffer.rs Completely re-work colored output and tty handling. 2016-11-20 11:14:52 -05:00
search_stream.rs Completely re-work colored output and tty handling. 2016-11-20 11:14:52 -05:00
unescape.rs Switch from Docopt to Clap. 2016-11-17 19:53:41 -05:00
worker.rs Propagate no_messages option to worker. 2016-11-20 15:01:37 -05:00