summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
8 daysImplement option for printing custom formatsThayne McCombs
9 daysfeat: Add option to always include cwd prefixThayne McCombs
10 daysAdd @timestamp to --helpThayne McCombs
2024-04-30Add test for gitignore workaroundThayne McCombs
2024-04-30Workaround for bug with gitinored filesThayne McCombs
2024-04-28Stop ignore .git folders by defaultThayne McCombs
2024-04-28filesystem: Remove a redundant as_str()Tavian Barnes
2024-04-28Merge pull request #1505 from leuven65/masterTavian Barnes
2024-04-27Fix deprecation warning.Thayne McCombs
2024-04-26Merge pull request #1494 from nabellows/masterThayne McCombs
2024-04-15Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()'binlingyu
2024-03-13Set default path separator to '/' in MSYS/MSYS2Jian Wang
2024-03-13refactor: Optimize code based on cargo clippy suggestionsone230six
2024-03-08Clean up clippy warningsgarlic-hub
2024-02-12Run formattingNathan Bellows
2024-02-12Add support for @%s time formatNathan Bellows
2024-01-01Updated CHANGELOG.md, man page and made alias visible in fd -h tooAlexandru-Constantin Atomei
2023-12-30Merge branch 'master' into dir_aliasAtomei Alexandru
2023-12-30Added explicit documentation about the possibility of using dirAlexandru-Constantin Atomei
2023-12-30Added alias --type dirAlexandru-Constantin Atomei
2023-12-23fix: Respect NO_COLOR with --list-details optionThayne McCombs
2023-12-18walk: Flush stdout in batchesTavian Barnes
2023-12-18cli: Tweak default thread count logicTavian Barnes
2023-11-28walk: Limit batch sizes in --exec modeTavian Barnes
2023-11-28walk: Send WorkerResults in batchesTavian Barnes
2023-11-04fix: display color when NO_COLOR is an empty stringLena
2023-11-02walk: New WorkerState struct shared by the worker threadsTavian Barnes
2023-10-26Set maximum default threadsThayne McCombs
2023-10-25Simplify parsing number of threads.Thayne McCombs
2023-10-25Replace num_cpus with std::thread::available_parallelismThayne McCombs
2023-10-24Fix docs typosJoão Marcos P. Bezerra
2023-10-23docs: Explicitly warn against relying on result order for execThayne McCombs
2023-10-23docs: Some tweaks from reviewThayne McCombs
2023-10-23docs: Document exclusion of .git/Thayne McCombs
2023-10-21maint: Remove use of unmaintained users crateThayne McCombs
2023-10-21Fix --help textDavid Peter
2023-10-21Fix documentation for brace escapesThayne McCombs
2023-10-21feat: Add a way to escape { and }in exec templates.Thayne McCombs
2023-10-21Fix deprecation warning from chronoThayne McCombs
2023-10-21Support character and block device file typesChristian Göttsche
2023-10-20Merge pull request #1396 from skoriop/default-ignore-git-folderThayne McCombs
2023-10-18refactor: replace `map_err` with `expect`Karthik Prakash
2023-10-17bug: Update clap to 4.4.6Thayne McCombs
2023-10-15feat: ignore `.git/` by defaultskoriop
2023-10-05Making `-1` conflict with `--exec` and making `max-results` override `-1`Eden Mikitas
2023-08-09Upgrade regex and regex-syntaxdependabot[bot]
2023-06-14Replace `dirs-next` crate with `etcetera` crateUtkarsh Gupta
2023-06-08Replace atty with stdThayne McCombs
2023-06-08Replace once_cell with stdlibThayne McCombs
2023-04-14Don't use jemalloc on OpenBSD (jemalloc fails to compile)Nathan Houghton