summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-03-08Clean up clippy warningsgarlic-hub
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
2023-03-20fix: Remove unnecessary collection into a vec.Thayne McCombs
2023-03-20fix: clippy warning for unnecessary closureThayne McCombs
2023-03-20refactor: Use scoped threads from stdlib in spawn_receiverThayne McCombs
2023-02-01Merge pull request #1244 from tmccombs/grouped-occurrencesDavid Peter
2023-01-17update: Update to clap 4.1Thayne McCombs
2023-01-13Add flag --no-require-git to always respect gitignore filesMax 👨🏽‍💻 Coplan
2022-12-17Fix logic for when to read global ignore fileThayne McCombs
2022-12-06Mention --changed-after alias in long helpThayne McCombs
2022-12-06Use docstrings for long help in clap deriveThayne McCombs
2022-12-03Remove time from transitive dependencies of chronoThayne McCombs
2022-12-01Use nu-ansi-term instead of ansi-termThayne McCombs
2022-11-21Use allow_hyphen_values = true for --and <pattern>David Peter
2022-11-21Move --and option up to other patter-related optionsDavid Peter
2022-11-21Minor fixes in help textDavid Peter
2022-11-21Added the --and flag for matching multiple patternsKasper Gałkowski