118 Commits

Author SHA1 Message Date
Thayne McCombs fb1486f210 Merge pull request #1905 from tmccombs/release-automation
Add a little more automation for the release
2026-07-01 13:27:06 -06:00
Thayne McCombs 094446004d Merge pull request #2001 from leno23/docs/extension-help-1693
docs: clarify that -e/--extension matches all entry types
2026-06-18 00:03:42 -06:00
wuyangfan 1161471b7e docs: clarify extension filter scope 2026-06-17 10:56:33 +08:00
wuyangfan 9f938bea1e docs: drop accidental --full-path edits from extension PR
Scope this branch to -e/--extension only (#1693). Full-path help
clarifications remain in #1997.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 05:37:07 +08:00
wuyangfan e60582f838 docs: clarify that -e/--extension matches all entry types
Short help stays minimal; long help and man page explain that extension
filtering applies to directories as well unless --type restricts results.

Addresses maintainer feedback on #1922. Fixes #1693

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 04:47:24 +08:00
DeflateAwning 9f12a3059c docs: Add --exact to man page 2026-05-14 14:06:02 -06:00
David Peter 7cf8c85113 Update README 2026-03-31 09:06:11 +02:00
Rex Kirshner 37f3c2e6cb Change --exclude value name from "pattern" to "glob"
The summary line `-E, --exclude <pattern>` is misleading because fd
defaults to regex for its main search pattern, but --exclude takes a
glob. Rename the value placeholder to "glob" in the CLI help, man page,
and README to match the actual behavior.

Fixes #1724

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 09:03:56 -07:00
Thayne McCombs 160d00f8fe Add a little more automation for the release
Add an awk script for automatically updating the help
text in README.md
2026-03-09 01:52:08 -06:00
Ami Fischman 1993c76971 Fixes for tmccombs review comments. 2026-01-13 16:16:11 -08:00
Thayne McCombs 5558e407be Merge pull request #1805 from tmccombs/exec-nuls
fix: --print0 now works with --exec
2025-10-25 23:49:24 -06:00
Sivaram Kannan 3263141223 Add -C option to the manpage fd.1. 2025-10-14 08:14:46 +05:30
Thayne McCombs ee5332d0d3 fix: --print0 now works with --exec
If you use --print0 with --exec, it will now print a \0 between each set
of commands run. That is, between the output for the commands run for
each found item.

Fixes: #1797
2025-10-03 01:15:48 -06:00
David Peter b3e3977c2b Update Tuple logo 2025-09-23 19:39:33 +02:00
David Peter 37b67767a2 Update README 2025-09-04 09:03:17 +02:00
Thayne McCombs efe499ac0d Merge pull request #1717 from tmccombs/doc-better
Doc better
2025-04-30 14:02:22 -06:00
Thayne McCombs 26795f6a55 docs: Mention how to end --exec-batch args
Fixes: #1694
2025-04-30 01:24:56 -06:00
Thayne McCombs bc79395bcf docs: Better specify that if path is given, pattern must be as well.
See: #1376
2025-04-30 00:55:05 -06:00
Vilius Panevėžys 5b29a4c8b3 Disambiguate modification time vs timestamp 2025-04-02 12:37:09 +03:00
Thayne McCombs b1f7aef00b Change --hyperlink to be an option instead of a flag 2024-06-11 00:38:01 -06:00
Thayne McCombs bd649e2fd7 Add hyperlink support to fd
Fixes: #1295
Fixes: #1563
2024-06-08 23:38:57 -06:00
David Peter 29936f0fba Update sponsors.md 2024-05-16 16:56:22 +02:00
Thayne McCombs d44badc190 Implement option for printing custom formats 2024-05-07 22:52:49 -06:00
Thayne McCombs 90d3381814 docs: Make auto option for --strip-cwd-prefix more clear 2024-05-07 00:24:15 -06:00
Thayne McCombs b1f83a0bb0 feat: Add option to always include cwd prefix
Fixes: #1243
Fixes: #1331
2024-05-07 00:24:06 -06:00
Thayne McCombs e10a4eab2b Stop ignore .git folders by default
Fixes: #1457
See: #1396, #1403
2024-04-28 20:23:25 -06:00
Nathan Bellows b0a8848f68 Add support for @%s time format 2024-02-12 02:05:41 -08:00
David Peter 5b46867507 Add Terminal Trove sponsorship 2024-02-07 09:30:20 +01:00
Alexandru-Constantin Atomei 3cb6b9d93a Updated CHANGELOG.md, man page and made alias visible in fd -h too 2024-01-01 17:14:32 +02:00
David Peter e3b40208d5 Preprations for fd 9 release 2023-12-19 11:28:59 +01:00
João Marcos P. Bezerra 7263b5e01d Fix docs typos 2023-10-24 00:40:12 -03:00
Thayne McCombs c6fcdbe000 docs: Explicitly warn against relying on result order for exec
Supersedes: #1230
Fixes: #1228
2023-10-23 08:34:15 +02:00
Thayne McCombs 08910e4e3f docs: Some tweaks from review 2023-10-23 08:34:03 +02:00
Thayne McCombs 53fd416c47 docs: Document exclusion of .git/ 2023-10-23 08:34:03 +02:00
Thayne McCombs 069b181625 Fix documentation for brace escapes 2023-10-21 22:16:15 +02:00
Thayne McCombs d9b69c8405 feat: Add a way to escape { and }in exec templates.
fixes #1303
2023-10-21 22:16:15 +02:00
Christian Göttsche 36bc84041b Support character and block device file types 2023-10-21 13:56:33 +02:00
Thayne McCombs 399bf3a931 Add documentation and zsh updates
- Include --and in man page and zsh completions.
- Include --no-require-git and --changed-after to zsh completions

Fixes: #1282
2023-03-21 00:44:53 -06:00
John Purnell f3e6536d59 Add flag --no-require-git to man page
#1216 omitted to add the flag to the man page.
2023-02-26 11:41:19 +13:00
Thayne McCombs 67cf524287 Add --changed-after alias.
And make some small tweaks to the help text and man page.

Closes: #982
2022-11-20 23:21:53 -07:00
David Peter 715f0a9e44 Update release checklist 2022-11-01 21:36:30 +01:00
David Peter 4257034209 Add release checklist for maintainers 2022-10-13 22:52:09 +02:00
David Peter 2569317ee8 Revert changes in help text, add /issues in manpage 2022-09-11 21:05:06 +02:00
Scott Baker 97dfd8b428 Simplify some wording 2022-09-11 21:05:06 +02:00
Scott Baker c127dc89a5 Add a link back the Github page to address #1052 2022-09-11 21:05:06 +02:00
Jonathan Goren f227bb291a apply workaround for #1003 2022-06-12 08:54:48 +02:00
Jonathan Goren b82e48f6da Update screencast 2022-06-12 08:54:48 +02:00
David Peter 8b96a1e99c Update documentation of --batch-size feature 2022-05-28 22:59:46 +02:00
Amir Zolfaghari 16acdeb6ce remove description of --batch-size flag from EXAMPLES subsection
This also removes the indent before "SEE ALSO" to make it a new
subsection
2022-05-21 19:32:41 +02:00
David Peter f57206a3a1 Update help text and man page 2022-05-15 16:22:24 +02:00