sharkdp
bba5c4f607
Fix some clippy warnings
2017-10-26 21:13:56 +02:00
J.W
6b232a82ee
Fix --exec
2017-10-26 20:56:32 +02:00
J.W
87ba4e3bb0
Fix root directory for Windows
2017-10-26 20:56:32 +02:00
sharkdp
5ad69fb2fb
Add support for exclude-patterns
...
* Add `--exclude`/`-E` option.
* Support for multiple exclude patterns
Example:
``` bash
> fd --exclude 'tests/**/*.rs' mod
src/exec/mod.rs
src/fshelper/mod.rs
src/lscolors/mod.rs
```
Closes #89
2017-10-25 22:22:12 +02:00
sharkdp
e9cf8af911
Updates and preparations for v5.0
2017-10-22 12:10:51 +02:00
Antti Keränen
701b8f209b
Relicense under MIT/Apache-2.0
2017-10-22 10:36:42 +02:00
J.W
570ea78d24
jakwings/fd@a44e677 -> subdirectory "win"
2017-10-21 00:33:49 +02:00
J.W
ce73c086b6
Auto disable colored output for unsupported Windows shells
2017-10-21 00:33:49 +02:00
J.W
8d85debc12
Refactor path handling ( fixes #113 )
...
* Fix path check
* Fix full path matching
* Allow more simple driver names in Windows tests
* Factor out special is_dir() check for "." and ".."
2017-10-18 20:04:34 +02:00
Michael Aaron Murphy
2a23905af5
Fix merge conflicts
2017-10-15 09:37:48 -04:00
J.W
54d9dde0d4
Use .canonicalize() to check paths & Reword comments
2017-10-15 15:01:24 +02:00
J.W
e649c8fa79
Use a uniform output format for searching ../
...
closes #107 , fixes #82 by the way
2017-10-15 15:01:24 +02:00
Michael Aaron Murphy
ad1b4f3b2b
Optimize grouping for *nix archs
2017-10-14 21:45:31 -04:00
Michael Aaron Murphy
884bd41cae
Apply cargo fmt
2017-10-14 14:04:04 -04:00
Michael Aaron Murphy
137fe2e697
Merge Conflicts
2017-10-14 12:35:16 -04:00
Michael Aaron Murphy
4a5a5faf4d
Implement --exec feature
...
Closes #84
2017-10-14 12:24:17 -04:00
J.W
f2632d5fce
Dot "." also matches newline by default ( closes #111 )
2017-10-14 16:12:11 +02:00
Matthias Reitinger
b441528067
Improve smart case to only consider literal uppercase chars ( #103 )
2017-10-14 11:03:21 +02:00
Antti Keränen
049b9ec06b
Format the source code using rustfmt
2017-10-12 19:33:14 +02:00
J.W
e075e1cf7c
Add -i, --ignore-case
2017-10-12 07:28:05 +02:00
Rav Chandra
35e5ecd492
liberally accept >2 -u options as per ripgrep
2017-10-11 23:15:21 +02:00
Rav Chandra
4f2d9e77b3
Add ripgrep aliases for no-ignore and hidden
2017-10-11 23:15:21 +02:00
Garrett Squire
ccb899a511
break main into separate modules
2017-10-11 08:21:09 +02:00
Jean-Christophe Petkovich
affe41949d
Switch symlink arg from 's' to 'l' ( #83 )
...
closes #80
2017-10-09 21:25:30 +02:00
David Peter
4731dc670c
Enhanced Windows support, see #70
...
* Use easier way to convert path components
* Fix failing tests on Windows
2017-10-07 09:40:44 +02:00
sharkdp
34e4620e26
Code style udpates
2017-10-05 21:31:44 +02:00
Florian Hofmair
396b9baaa5
Use clap to generate shell completions
2017-10-04 18:00:25 +02:00
Antti Keränen
4ec33d064c
Add a comment about the default value of --threads
2017-10-03 20:21:49 +02:00
sharkdp
7399558a06
Re-structure '--help' text
2017-10-03 19:30:39 +02:00
Antti Keränen
4b61beaa75
Add flag to force color
...
Color can now be forced on even when piping the output. Changed the
--no-color flag to --color which uses the same options that ripgrep
uses for --color (excluding ansi).
Closes #49 .
2017-10-03 18:32:24 +02:00
Matthias Reitinger
2256affd8f
Fix extension comparison logic
2017-10-03 18:28:54 +02:00
Matthias Reitinger
32a321aafd
Extract entry extension only when there is an extension filter
2017-10-03 18:28:54 +02:00
Matthias Reitinger
83db8673cf
Add extension filtering
2017-10-03 18:28:54 +02:00
sharkdp
60df14f0a3
Fix build on Windows
2017-09-27 21:25:50 +02:00
sharkdp
adaf4f6d73
Reduce number of 'stat' syscalls from 3 to 1, see #36
2017-09-18 19:27:26 +02:00
sharkdp
c1b8d1eae1
Minor style changes
2017-09-17 09:37:39 +02:00
exitium
2a3dd5b631
Add file type filtering
2017-09-17 09:25:01 +02:00
sharkdp
fbce0d4f39
Fix clippy warnings
2017-09-15 21:03:47 +02:00
sharkdp
1397dbcc6f
Fix warning
2017-09-15 20:56:07 +02:00
sharkdp
b4c8a8ba56
Use N-1 search threads, where N = # cores
2017-09-09 16:13:27 +02:00
sharkdp
1268e982f6
Add --dereference as an alias for --follow
2017-09-09 15:40:32 +02:00
sharkdp
31c76989ad
Change short flag for --follow to -L, see #33
2017-09-09 15:34:25 +02:00
sharkdp
f92dfb86bb
Update help text
2017-09-09 15:25:48 +02:00
sharkdp
977e0ac694
Spawn a separate thread for the receiver
2017-09-09 15:25:48 +02:00
sharkdp
550e3b3572
Implement short-time buffering for sorted output
2017-09-09 15:25:48 +02:00
sharkdp
e06189e654
Initial version of parallel directory traversal
...
see #32
2017-09-09 15:25:48 +02:00
sharkdp
2d1d24c38c
Rename config parameter for print0 and fix sorting in tests
2017-08-01 22:36:38 +02:00
Michael Mior
1b0c8f349a
Add --print0 option
2017-07-19 17:10:06 -04:00
sharkdp
54f33e5227
Use absolute paths if root dir is an absolute path, fixes #40
2017-06-11 20:55:01 +02:00
sharkdp
1b1f644398
Throw an error if root directory is non-existent, fixes #39
2017-06-11 20:41:32 +02:00