Commit Graph

293 Commits

Author SHA1 Message Date
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
sharkdp 1adcf76f1b Use atty instead of isatty 2017-06-10 17:30:48 +02:00
sharkdp c74c2ca39b Update benchmark results, see #31 2017-06-09 15:06:31 +02:00
sharkdp c8d4ec89a3 Use references instead of values 2017-06-09 14:39:57 +02:00
Sebastiaan Vermeulen f7910c125d windows compatibility (#35)
windows compatibility
2017-06-09 12:18:12 +02:00
sharkdp 2ea23c0000 Exit gracefully on broken pipe, fixes #24 2017-06-07 23:58:08 +02:00
sharkdp 641ca69b49 Add note about rust 1.16 2017-06-06 20:47:11 +02:00
sharkdp 8c6a9c8e32 Set static lifetime, fixes #23 2017-06-06 20:36:17 +02:00
sharkdp 4d950ae97c Highlight executable files 2017-06-05 21:51:10 +02:00
sharkdp 8adb5b9f84 Add option to print absolute paths, closes #10 2017-06-05 21:18:27 +02:00
sharkdp db8d0cc342 Fix clippy warning 2017-06-05 18:12:35 +02:00
sharkdp 634016b9a0 Add optional second argument, closes #5 2017-06-05 16:25:13 +02:00
sharkdp bf013da8ff Code clean-ups, documentation 2017-06-05 14:14:04 +02:00
sharkdp 0f5ede48d5 Restructure according to Cargo doc 2017-06-05 11:56:39 +02:00
sharkdp 002983b15b Update .travis.yml 2017-06-05 11:51:05 +02:00
sharkdp 787e459c90 Fix clippy warnings 2017-06-03 23:28:41 +02:00
David Peter 1430c1d7bf Update benchmark results 2017-06-02 22:23:27 +02:00
sharkdp ec1f23cf34 Extend LS_COLORS parser 2017-06-02 21:54:28 +02:00
David Peter 7b1a457214 Update README.md 2017-06-02 20:42:55 +02:00
sharkdp 7f49489aa2 Update README 2017-06-02 20:34:02 +02:00
sharkdp 961169aff9 Enable stylization by filename 2017-06-01 23:08:02 +02:00
sharkdp c6209471a2 Re-structure code, add unit tests, use LS_COLORS 2017-06-01 22:46:15 +02:00
sharkdp d29115b4da Change .gitignore to .ignore 2017-05-28 19:35:27 +02:00
sharkdp 0757a50c31 Add more unit tests, search directories and symlinks too 2017-05-24 22:16:55 +02:00
sharkdp 10cd964c1d Add simple integration tests 2017-05-23 00:34:27 +02:00
sharkdp ae12e00533 Switch to 'ignore', closes #4 2017-05-15 22:38:34 +02:00
sharkdp b18eded6aa Use -f instead of -F 2017-05-15 21:48:14 +02:00
sharkdp c45cf26577 Search only filename by default, closes #22 2017-05-15 21:44:47 +02:00
sharkdp f9cb3326c8 Only parse dir_colors if output is colored, closes #21 2017-05-15 21:41:31 +02:00
sharkdp bb63a4c6d7 Fix search with hidden root path 2017-05-14 22:32:50 +02:00
sharkdp 9bf008b319 Bump version 2017-05-14 22:16:10 +02:00
sharkdp b170396fc7 Another small fix for the ANSI regex 2017-05-14 22:06:23 +02:00
David Peter 75f1404c25 Update README.md 2017-05-14 21:58:52 +02:00