1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-08 13:23:34 +02:00
ripgrep/src
Andrew Gallant dfebed6cbe Add --vimgrep flag.
The --vimgrep flag forces a line to be printed for every match, with
line and column numbers.
2016-09-22 21:32:38 -04:00
..
args.rs Add --vimgrep flag. 2016-09-22 21:32:38 -04:00
atty.rs Rejigger the atty detection stuff. 2016-09-10 00:05:20 -04:00
gitignore.rs try again... 2016-09-16 07:12:06 -04:00
glob.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00
ignore.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00
main.rs Add an error message for catching a common failure mode. 2016-09-20 20:25:24 -04:00
out.rs fix windows build 2016-09-17 12:54:46 -04:00
pathutil.rs fix windows build 2016-09-17 12:54:46 -04:00
printer.rs Add --vimgrep flag. 2016-09-22 21:32:38 -04:00
search_buffer.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
search_stream.rs Stream results when feasible. 2016-09-13 21:11:46 -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 Rework glob sets. 2016-09-15 22:06:04 -04:00
walk.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00