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
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
Thayne McCombs
e54e352035
Add description of multiple --exec to man page
2022-03-08 10:15:48 +01:00
Thayne McCombs
6b8056ca86
More prominently document that fd uses regex by default
...
Fixes : #948
2022-03-02 00:50:41 -07:00
David Peter
9f5ed8534e
Add temporary version of logo
2022-01-29 16:53:13 +01:00
Ryan Lue
30add71233
Update manpage to match --help output
...
Three command line options were added in late 2021
that never made their way into the manpage:
* f8ae334 introduced --no-ignore-parent;
* bf9e6fd introduced --strip-prefix
(later renamed strip-cwd-prefix); and
* 17dd2a6 introduced --batch-size.
This commit updates the manpage content to reflect
the auto-generated output of `fd --help`.
2021-12-28 14:21:10 +01:00
Jacob Mischka
f32060b0de
Change time comparisons to exclusive
...
Closes #794
2021-11-17 23:38:28 +01:00
David Peter
088e42deef
Improve --type help text
...
closes #823
2021-11-14 21:17:57 +01:00