summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-10-17bug: Update clap to 4.4.6Thayne McCombs
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
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