1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Andrew Gallant 278e1168bf Make printing paths a bit faster.
It seems silly, but on *nix, we can just dump the bytes of the path
straight to the terminal. There's no need to do a UTF-8 check, which
can be costly when printing lots of matches.
2016-09-25 21:23:26 -04:00
..
args.rs Move --files-with-matches to less common options. 2016-09-25 18:32:41 -04:00
atty.rs On Windows, always consider stdin to be a tty. 2016-09-25 20:00:29 -04:00
gitignore.rs Permit whitelisting hidden files in ignores. 2016-09-25 18:31:41 -04:00
glob.rs Add curly brace alternates to glob format. 2016-09-25 17:28:23 -04:00
ignore.rs Permit whitelisting hidden files in ignores. 2016-09-25 18:31:41 -04:00
main.rs Merge pull request #71 from catchmrbharath/issue46 2016-09-25 15:02:38 -04:00
out.rs fix windows build 2016-09-17 12:54:46 -04:00
pathutil.rs Fix Windows compilation error. 2016-09-25 20:00:29 -04:00
printer.rs Make printing paths a bit faster. 2016-09-25 21:23:26 -04:00
search_buffer.rs Stop after first match is found with --quiet. 2016-09-25 15:01:29 -04:00
search_stream.rs Stop after first match is found with --quiet. 2016-09-25 15:01:29 -04:00
terminal_win.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
terminal.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
types.rs Add ts type for typescript 2016-09-25 17:16:15 +02:00
walk.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00