summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-11-02Updates for fd 8.5.1v8.5.1David Peter
2022-11-02Merge pull request #1162 from sharkdp/fix-threads-optionDavid Peter
Fix --threads/-j option value parsing
2022-11-02Fix --threads/-j option value parsingDavid Peter
2022-11-02Try to fix bug issue templateDavid Peter
2022-11-02Merge pull request #1157 from miles170/ci-migrate-set-outputThayne McCombs
CI: migrate deprecating set-output commands
2022-11-02CI: migrate deprecating set-output commandsMiles Liu
2022-11-01Update CHANGELOGDavid Peter
2022-11-01Update release checklistDavid Peter
2022-11-01Update Usage in Readmev8.5.0David 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-01Preparation for v8.5David Peter
2022-11-01Update CHANGELOGDavid Peter
2022-11-01Merge pull request #1137 from amesgen/batch-exit-codeDavid Peter
Respect exit codes with `--exec-batch`
2022-11-01Remove outdated TODO commentDavid Peter
2022-11-01Merge pull request #1067 from tmccombs/clap-deriveDavid Peter
Clap derive
2022-11-01Add newlines between optionsDavid Peter
2022-11-01Minor: add missing full stopDavid Peter
2022-11-01Fix unit testsDavid Peter
2022-11-01Remove outdated TODO commentDavid Peter
2022-11-01Merge remote-tracking branch 'origin/master' into clap-deriveDavid Peter
2022-11-01Update CHANGELOGDavid Peter
2022-11-01walk: Use a bounded queue.Tavian Barnes
Fixes #918.
2022-11-01walk: Switch back to crossbeam-channelTavian Barnes
Fixes #933. Fixes #1060. Fixes #1113.
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
In particular, we specifically use `long_help` instead of doc comments because using doc comments will always trim the "." off the end of the first paragraph, and will include the short help as the first paragraph of the full help.
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-31Add a changelog entryTavian Barnes
2022-10-31dir_entry: Implement lscolors::ColorableTavian Barnes
2022-10-31chore: Update outdated LICENSE yearVlad Kooklev
2022-10-31Remove trailing spaces from README.mdFrieder Bluemle
2022-10-20Improve help outputThayne McCombs
2022-10-19Remove TODO commentThayne McCombs
In favor of tracking scoped threads in #1141
2022-10-14Fix formatThayne McCombs
2022-10-13Respect exit codes with `--exec-batch`amesgen
2022-10-13Add release checklist for maintainersDavid Peter
2022-10-12Change thread option to take u32 instead of usizeThayne McCombs
To simplify the option parsing.
2022-10-11Fix deprecations from clap 4.0Thayne McCombs
2022-10-11Update msrv to 1.60Thayne McCombs
Because that is what clap requires
2022-10-11Update clap depenency versionThayne McCombs
2022-10-10Fix typo in testThayne McCombs
2022-10-09Actually test if exec or exec-batch is usedThayne McCombs
By the time we check if we should strip the cwd, we've already moved the command out of the options, so store if we got that out earlier.
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