Commit Graph

125 Commits

Author SHA1 Message Date
sharkdp 8b175c1146 Highlight matches, see #46 2017-09-29 15:26:10 +02:00
sharkdp 8073635177 Add badges 2017-09-27 21:47:41 +02:00
sharkdp 60df14f0a3 Fix build on Windows 2017-09-27 21:25:50 +02:00
sharkdp 042959a4af Add appveyor.yml file 2017-09-27 21:21:26 +02:00
David Peter 89124b317e Remove link to fd-rs-git 2017-09-27 20:53:25 +02:00
sharkdp adaf4f6d73 Reduce number of 'stat' syscalls from 3 to 1, see #36 2017-09-18 19:27:26 +02:00
David Peter d8c588d805 Add crates.io badge 2017-09-17 13:17:40 +02:00
David Peter df44407b84 Formatting of help text 2017-09-17 09:45:54 +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
David Peter 2def50bddd Add stable AUR package 2017-09-13 19:30:42 +02:00
David Peter 6c69b98b49 Add link to Homebrew formula 2017-09-10 09:49:53 +02:00
sharkdp fe26f71582 temporarily disable osx 2017-09-09 20:42:30 +02:00
David Peter 3afd216008 Update demo video 2017-09-09 20:39:41 +02:00
sharkdp f1f537b83a Add new cargo install instructions 2017-09-09 19:35:03 +02:00
sharkdp a2349848c0 Add command-line options 2017-09-09 19:35:03 +02:00
sharkdp 916b55fae1 Update Cargo.toml, see #42 2017-09-09 19:15:35 +02:00
sharkdp f41c7a4344 Update version 2017-09-09 19:07:03 +02:00
sharkdp 4884c23283 Update development instructions 2017-09-09 19:04:17 +02:00
David Peter d67b1bba61 Update benchmark results 2017-09-09 18:46:05 +02:00
David Peter b34716051a Add note about regex and ignore crates 2017-09-09 17:07:19 +02:00
sharkdp fde8f2e8e3 Try to fix test on macOS 2017-09-09 16:42:10 +02:00
sharkdp a790f9bd62 Remove unicode test 2017-09-09 16:26:33 +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 c55b255a3e Update dependencies 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
David Peter 10ea476e31 Merge pull request #50 from michaelmior/print0
Add --print0 option
2017-08-01 21:43:30 +02:00
David Peter 1586d653ae Add link to AUR package 2017-08-01 18:43:45 +02:00
David Peter fb5ba2c068 Merge pull request #51 from wezm/patch-1
Add Arch Linux installation instructions
2017-08-01 18:40:49 +02:00
Wesley Moore f8b02ac5ae Add Arch Linux installation instructions 2017-08-01 11:44:29 +10:00
Michael Mior 1b0c8f349a Add --print0 option 2017-07-19 17:10:06 -04:00
sharkdp 918e4a014a Fix warning in tests on Linux 2017-07-02 16:01:08 +02:00
sharkdp f5261595a7 Stabilize sort results 2017-06-15 16:12:11 +02:00
sharkdp d8d0cf5d6e Modify test.sh for macOS, fixes #44 2017-06-15 16:12:11 +02:00
David Peter eb728756ed Update install instructions 2017-06-15 12:25:16 +02:00
sharkdp 3f69c0fa1a Update test.sh script, see #44 2017-06-13 21:08:02 +02:00
sharkdp dfd7433347 Bump to v2.0.0 2017-06-13 20:29:29 +02:00
sharkdp d3d7460707 Update .travis.yml, see #43 2017-06-12 22:12:10 +02: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
sharkdp 24070b0be0 Handle invalid UTF-8, fixes #34 2017-06-11 15:38:56 +02:00
sharkdp 087e709acd Use clap, change --sensitive to --case-sensitive
see #33
2017-06-11 14:25:58 +02:00