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
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
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
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
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
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
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
David Peter
cdc6a37ed6
Merge remote-tracking branch 'origin/master' into pr/opposing-options
2021-11-14 16:47:53 +01:00
Devon Hollowood
17dd2a6dfe
Implement --batch-size
( #866 )
2021-10-22 00:05:13 -06:00
Vukašin Stepanović
c749c95136
Merge branch 'master' into pr/opposing-options
2021-08-23 15:55:17 +02:00
Vukašin Stepanović
8da936abd8
Merge branch 'pr/opposing-options' of https://github.com/Asha20/fd into pr/opposing-options
2021-08-23 15:28:45 +02:00
Vukašin Stepanović
668af05dca
Add opposing options to manpage
2021-08-23 15:27:52 +02:00
Thayne McCombs
78e21395b8
Make list of ignore files for --no-ignore
more explicit
2021-08-15 12:52:10 +02:00
Thayne McCombs
1b52948e42
Add better documentation of vcs-ignore files.
...
Explicitly list which files are used for gitignore.
Fixes #354
2021-08-15 12:52:10 +02:00
Asha20
334488cab7
Add -q/--quiet/--has-match flag ( #813 )
...
Instead of printing to stdout, the program will return 1 as the exit
code if there are no matches and 0 otherwise.
2021-08-14 17:57:01 +02:00
Thayne McCombs
1795e0e9dd
Add documentation and examples of ** in glob mode
...
And how it should be used with the `--full-path` option.
Fixes #764 .
2021-08-10 20:53:56 +02:00
Jacob Mischka
ba60a163fe
Use local times for time functions
...
This patch uses Chrono for explicit date or datetime parsing, only using
humantime for its relative time parsing. The following formats are accepted:
1. Full RFC3339 parsing, requiring an explicit timezone
2. `YY-MM-DD`, defaulting to time `00:00:00` for the given date in the
local time zone
3. `YY-MM-DD HH:MM:SS` in the local time zone
Fixes #631 , #794
2021-08-09 13:40:55 +02:00
David Peter
b5344dac30
Improve -x/-X help text and man page description
...
closes #605
2021-08-08 22:58:13 +02:00
Archer Stéphane
5d2e011e90
change documentation message after feedbacks
2021-02-13 21:24:15 +01:00
Archer Stéphane
64bde11887
Try to clarify the documentation for -x command
...
see issue #712
2021-02-13 21:24:15 +01:00
Richard Taityr
b928af7d9c
fix typo ( #723 )
2021-02-02 22:37:36 -07:00
Chathika Weerasuriya
9bc20e38b1
fixed: typographic error in help
...
- Changed "extention" to "extension"
2021-01-15 19:33:34 +01:00
sharkdp
17bd256ae6
Improve --fixed-strings help text, closes #627
2020-12-06 14:57:47 +01:00
sharkdp
d2659de782
Improve --extension help text, closes #673
2020-12-06 12:20:50 +01:00
sharkdp
d205a7ff9e
Improve --exclude help text, closes #661
2020-12-06 12:15:01 +01:00
Platon Pronko
e97a1e90cb
Add exact size support to the --size filter ( #669 )
2020-12-06 11:47:27 +01:00
Andreas Lappe
2338b3bc81
Fix typo in fd.1
2020-12-04 12:04:19 +01:00
Nick Flueckiger
24402dda7c
Remove .UE and .UR to fix url display on macos
2020-11-06 21:44:21 +01:00