summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2022-09-27Minor adaptation to help textDavid Peter
2022-09-27Add a link back to Github to `--help` (but not `-h`)Scott Baker
2022-09-27Enable --strip-cwd-prefix by default except with -0Tavian Barnes
2022-09-19Enable jemallocator on 64-bit musl buildsTavian Barnes
2022-09-11Fix clippy suggestionsDavid Peter
2022-09-11Revert changes in help text, add /issues in manpageDavid Peter
2022-09-11Simplify some whitespace on linesScott Baker
2022-09-11Add Github URL to `--help` alsoScott Baker
2022-09-11Use to_string_lossy to avoid relying on Debug-outputsMarie Katrine Ekeberg
2022-09-11Simplistic "Command not found" error messageMarie Katrine Ekeberg
2022-09-11Implement --type executable on WindowsTavian Barnes
2022-08-10Move current_directory variable definition closer to usageSijmen