summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-11-20Add --changed-after alias.Thayne McCombs
2022-11-17Use file_stem instead of file_name for command for completionsThayne McCombs
2022-11-15Using faccess lib to detect executable filesPtipiak
2022-11-14Use just the file name of the program nameBjoern Hiller
2022-11-11Use unit type for negating optins with clap_deriveThayne McCombs
2022-11-11Use new Shell::from_env method in clap_completeThayne McCombs
2022-11-08Fix some warnings from clippyThayne McCombs
2022-11-07anyhow is not only used for the completions featureDominik Hassler
2022-11-03Merge pull request #1164 from tmccombs/owner-without-panicDavid Peter
2022-11-03Merge pull request #1159 from tmccombs/silence-large-variantDavid Peter
2022-11-03Silence warning about large enum variantThayne McCombs
2022-11-02Fix panic when using --ownerThayne McCombs
2022-11-02Fix --threads/-j option value parsingDavid Peter
2022-11-01Reorder command line optionsDavid Peter
2022-11-01Set max. term width to make help texts easier to readDavid Peter
2022-11-01Add simple 'about' textDavid Peter
2022-11-01Change clap CLI binary name to 'fd'David Peter
2022-11-01Merge pull request #1137 from amesgen/batch-exit-codeDavid Peter
2022-11-01Remove outdated TODO commentDavid Peter
2022-11-01Add newlines between optionsDavid Peter
2022-11-01Minor: add missing full stopDavid Peter
2022-11-01Remove outdated TODO commentDavid Peter
2022-11-01Merge remote-tracking branch 'origin/master' into clap-deriveDavid Peter
2022-11-01walk: Use a bounded queue.Tavian Barnes
2022-11-01walk: Switch back to crossbeam-channelTavian Barnes
2022-11-01walk: Simplify the code in scan() a bitTavian Barnes
2022-11-01Make help output more like what it was before use clap_deriveThayne McCombs
2022-11-01Merge remote-tracking branch 'upstream/master' into clap-deriveThayne McCombs
2022-10-31Address review commentsTavian Barnes
2022-10-31Compute colors in parallelTavian Barnes
2022-10-31dir_entry: Implement file_name() for broken symlinksTavian Barnes
2022-10-31dir_entry: Implement lscolors::ColorableTavian Barnes
2022-10-20Improve help outputThayne McCombs
2022-10-19Remove TODO commentThayne McCombs
2022-10-14Fix formatThayne McCombs
2022-10-13Respect exit codes with `--exec-batch`amesgen
2022-10-12Change thread option to take u32 instead of usizeThayne McCombs
2022-10-11Fix deprecations from clap 4.0Thayne McCombs
2022-10-09Actually test if exec or exec-batch is usedThayne McCombs
2022-10-09Fix name of powershell in guess_shellThayne McCombs
2022-10-09Merge remote-tracking branch 'upstream/master' into clap-deriveThayne McCombs
2022-10-09Support powershell when guessing shell for completionsThayne McCombs
2022-10-08Upgrade to clap 4.0Thayne McCombs
2022-10-08Add action clap attribute to fixed_stringsThayne McCombs
2022-10-08clap derive suggestions from epageThayne McCombs
2022-10-08Fix clippy warningsThayne McCombs
2022-10-08Fix case of color options to lsThayne McCombs
2022-10-08Improve help output after switch to clap-deriveThayne McCombs
2022-10-08Use clap-derive for option parsingThayne McCombs
2022-10-03Make --strip-cwd-prefix apply to -x/-XTavian Barnes