1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Andrew Gallant ab0d1c1c79 Be more conservative with stdin.
If no paths are given to ripgrep, only read from stdin if it's a file or
a FIFO. In particular, if something like `rg foo < /dev/null` is used,
then don't try to read from stdin.

Fixes #35, #81
2016-09-25 11:14:54 -04:00
..
args.rs Be more conservative with stdin. 2016-09-25 11:14:54 -04:00
atty.rs Be more conservative with stdin. 2016-09-25 11:14:54 -04:00
gitignore.rs Strip trailing whitespace in gitignore patterns. 2016-09-24 20:56:24 -04:00
glob.rs Fix trailing recursive globs in gitignore. 2016-09-24 19:44:06 -04:00
ignore.rs Add --no-ignore-vcs flag. 2016-09-24 21:31:24 -04:00
main.rs If a file is empty, still try to search it. 2016-09-24 20:45:06 -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 Change the default output of --files to elide './'. 2016-09-24 19:18:48 -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 Merge pull request #62 from martinlindhe/js-wc 2016-09-25 11:10:47 -04:00
walk.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00