summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-15Bump version numberv6.0.0sharkdp
2017-11-15Update error message if command could not be foundsharkdp
2017-11-15Fix typosMatthias Reitinger
2017-11-15Fix execute_command on UnixMatthias Reitinger
2017-11-15Fix manpage formattingMatthias Reitinger
2017-11-15Update documentation for --exec syntax changeMatthias Reitinger
2017-11-15Rename TokenizedCommand to CommandTemplateMatthias Reitinger
2017-11-15Remove CommandTicket to avoid Vec allocationMatthias Reitinger
2017-11-15Fix exec testsMatthias Reitinger
2017-11-15Remove shell with --execMatthias Reitinger
2017-11-15Add instructions on how to install under FreeBSDAndrey Cherkashin
2017-11-15Create shell completions OUT_DIRAndrey Cherkashin
2017-11-13Check minimal rustc version on the build processAdit Cahya Ramadhan
2017-11-11Remove superfluous path.replacesharkdp
2017-10-26Bump version for crates.iosharkdp
2017-10-26Fix Windows moduleDavid Peter
2017-10-26Move 'win' crate back into local modulesharkdp
2017-10-26Fix some clippy warningsv5.0.0sharkdp
2017-10-26Add TODOs and FIXMEs about WindowsJ.W
2017-10-26Fix Input::remove_extension and Input::dirnameJ.W
2017-10-26Test --exec on UnixJ.W
2017-10-26Fix --execJ.W
2017-10-26Fix root directory for WindowsJ.W
2017-10-25Workaround for the `unsafe` block.sharkdp
2017-10-25README and man page updates.sharkdp
2017-10-25Add support for exclude-patternssharkdp
2017-10-25Fix --exec examples in READMEsharkdp
2017-10-25Man page updatessharkdp
2017-10-25Fix --type: skip if file type is unknownJ.W
2017-10-25Add correct secret key for Travissharkdp
2017-10-25Set up Travis to upload binary for every releaseAdit Cahya Ramadhan
2017-10-25Typo fix: Change 'descent' to 'descend'John L. Villalovos
2017-10-22Updates for the parallel command execution partsharkdp
2017-10-22Updates for the tutorialsharkdp
2017-10-22Updated tutorial with real-world examplessharkdp
2017-10-22Updates and preparations for v5.0sharkdp
2017-10-22Using cargo-update to update the rustfmt on travisAdit Cahya Ramadhan
2017-10-22Relicense under MIT/Apache-2.0Antti Keränen
2017-10-21jakwings/fd@a44e677 -> subdirectory "win"J.W
2017-10-21Auto disable colored output for unsupported Windows shellsJ.W
2017-10-21Escape exec InputsMichael Aaron Murphy
2017-10-21README: Arch Linux has package fd-rs in official reposBen Morgan
2017-10-20Removed unnecessary exclusion of Redox in cond-compilation and narrowed what ...Jose Narvaez
2017-10-20RedoxOS support.Jose Narvaez
2017-10-20Only test x86_64-unknown-linux-gnu on beta and nightlyAdit Cahya Ramadhan
2017-10-20Incorporate TARGET in the install and build stepAdit Cahya Ramadhan
2017-10-19Shorten man page with some fixesIvan Tham
2017-10-19Add fd.1 man pageIvan Tham
2017-10-18Refactor path handling (fixes #113)J.W
2017-10-17Allow overriding of OUT_DIR in build.rs (#124)Florian Hofmair