summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-09-29Highlight matches, see #46highlight_matchsharkdp
2017-09-27Add badgessharkdp
2017-09-27Fix build on Windowssharkdp
2017-09-27Add appveyor.yml filesharkdp
2017-09-27Remove link to fd-rs-gitDavid Peter
2017-09-18Reduce number of 'stat' syscalls from 3 to 1, see #36sharkdp
2017-09-17Add crates.io badgeDavid Peter
2017-09-17Formatting of help textDavid Peter
2017-09-17Minor style changesv3.1.0sharkdp
2017-09-17Add file type filteringexitium
2017-09-15Fix clippy warningssharkdp
2017-09-15Fix warningsharkdp
2017-09-13Add stable AUR packageDavid Peter
2017-09-10Add link to Homebrew formulaDavid Peter
2017-09-09temporarily disable osxsharkdp
2017-09-09Update demo videoDavid Peter
2017-09-09Add new cargo install instructionsv3.0.0sharkdp
2017-09-09Add command-line optionssharkdp
2017-09-09Update Cargo.toml, see #42sharkdp
2017-09-09Update versionsharkdp
2017-09-09Update development instructionssharkdp
2017-09-09Update benchmark resultsDavid Peter
2017-09-09Add note about regex and ignore cratesDavid Peter
2017-09-09Try to fix test on macOSsharkdp
2017-09-09Remove unicode testsharkdp
2017-09-09Use N-1 search threads, where N = # coressharkdp
2017-09-09Add --dereference as an alias for --followsharkdp
2017-09-09Change short flag for --follow to -L, see #33sharkdp
2017-09-09Update help textsharkdp
2017-09-09Update dependenciessharkdp
2017-09-09Spawn a separate thread for the receiversharkdp
2017-09-09Implement short-time buffering for sorted outputsharkdp
2017-09-09Initial version of parallel directory traversalsharkdp
2017-08-01Rename config parameter for print0 and fix sorting in testssharkdp
2017-08-01Merge pull request #50 from michaelmior/print0David Peter
2017-08-01Add link to AUR packageDavid Peter
2017-08-01Merge pull request #51 from wezm/patch-1David Peter
2017-08-01Add Arch Linux installation instructionsWesley Moore
2017-07-19Add --print0 optionMichael Mior
2017-07-02Fix warning in tests on Linuxsharkdp
2017-06-15Stabilize sort resultssharkdp
2017-06-15Modify test.sh for macOS, fixes #44sharkdp
2017-06-15Update install instructionsDavid Peter
2017-06-13Update test.sh script, see #44sharkdp
2017-06-13Bump to v2.0.0v2.0.0sharkdp
2017-06-12Update .travis.yml, see #43sharkdp
2017-06-11Use absolute paths if root dir is an absolute path, fixes #40sharkdp
2017-06-11Throw an error if root directory is non-existent, fixes #39sharkdp
2017-06-11Handle invalid UTF-8, fixes #34sharkdp
2017-06-11Use clap, change --sensitive to --case-sensitivesharkdp