summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-01-07Upgrade to clap 3.0Thayne McCombs
2021-12-28Revert "Switch from std::sync::mpsc to crossbeam-channel"Tavian Barnes
2021-12-28fix: disable jemalloc on risc-v targetYujia Qiao
2021-12-28Allow use to disable jemalloceatradish
2021-12-22Fix logic for --no-ignore-parent (#908)Thayne McCombs
2021-12-10Merge pull request #902 from tavianator/quit-sendersTavian Barnes
2021-12-07A couple of minor recommendations from the Code Quality action (#903)Thayne McCombs
2021-12-05walk: Split wants_to_quit into two separate flagsTavian Barnes
2021-12-05output: Remove wants_to_quit handling from print_entry()Tavian Barnes
2021-12-05Merge pull request #895 from tavianator/receiver-bufferTavian Barnes
2021-12-01Switch from std::sync::mpsc to crossbeam-channelTavian Barnes
2021-11-28fix: disable jemalloc on FreeBSDAlexander Sieg
2021-11-27walk: Encapsulate the buffering behavior in a structTavian Barnes
2021-11-26Use non-sync channelDavid Peter
2021-11-26squash! Add buffering to stdout when it's not a terminalThayne McCombs
2021-11-26Add buffering to stdout when it's not a terminalThayne McCombs
2021-11-26Merge remote-tracking branch 'origin/master' into no-strip/760David Peter
2021-11-26Shorten short help textDavid Peter
2021-11-26Remove strip-prefix placeholdersDavid Peter
2021-11-26Adapt help textDavid Peter
2021-11-26Rename option to strip_cwd_prefix, rename CLI optionDavid Peter
2021-11-25Remove `lazy_static` from dependenciesShun Sakai
2021-11-17Change time comparisons to exclusiveJacob Mischka
2021-11-15Raise SIGINT when dying by ^CTavian Barnes
2021-11-15Add an exit() method to ExitCodeTavian Barnes
2021-11-14Improve --type help textDavid Peter
2021-11-14Don't color each path component separatelyTavian Barnes
2021-11-14Improve --full-path documentation, closes #839David Peter
2021-11-14Merge remote-tracking branch 'origin/master' into pr/opposing-optionsDavid Peter
2021-11-14Add longer help text for --prune, closes #727David Peter
2021-10-22Implement `--batch-size` (#866)Devon Hollowood
2021-10-17add -P option to strip prefix to ttyJonah Caplan
2021-10-16add {-} format for execJonah Caplan
2021-10-16use interactive_terminalJonah Caplan
2021-10-16hopefully fix build error on windowsJonah Caplan
2021-10-16don't strip paths for -X/x, and for tty outputJonah Caplan
2021-10-16Revert -X stuffJonah Caplan
2021-10-16fmtJonah Caplan
2021-10-15rename Option to ConfigJonah Caplan
2021-10-15also handle -X and -x with no_stripJonah Caplan
2021-10-15simplify check in prent_entryJonah Caplan
2021-10-15replace -N option with specifying '.' pathJonah Caplan
2021-10-15add -N/--no-strip option to show "./" prefix on relative pathsJonah Caplan
2021-10-13walk: Add a cache for DirEntry metadataTavian Barnes
2021-10-12Refactor: Rename `Options` to `Config`Niklas Mohrin
2021-10-12Refactor: extract some methods out of `run` and reorder `main.rs`Niklas Mohrin
2021-10-12Refactor: use some nice Rust methods in buffering codeNiklas Mohrin
2021-10-12Refactor: `merge_exit_codes` now takes an `impl IntoIterator<Item = ExitCode>`Niklas Mohrin
2021-10-12Remove an unnecessary reference. (#864)Thayne McCombs
2021-10-03added missing help messages to various optionsexploide