Thayne McCombs
801ccd7620
chore(release): Prepare for 10.4.0
2026-02-28 23:31:48 -07:00
Yuxuan Che
4410dda6e4
docs: add shell completion generation instructions
...
Add documentation for generating completions using fd --gen-completions,
while keeping and clarifying the existing instructions for pre-built
completions from release archives.
- Clarify that pre-built completions are in release archives (autocomplete dir)
- Add new section for generating completions with fd --gen-completions
- Include examples for bash, zsh, fish, and powershell
2026-01-29 21:33:12 -08:00
jylenhof
e311e503ba
docs(README): add mise alternative method installation
...
Signed-off-by: jylenhof <jygithub@lenhof.eu.org >
2025-12-15 22:53:01 +01:00
Sivaram Kannan
98a4233e14
Add base-directory entry along with short option -C in the README.md file.
2025-10-14 08:13:55 +05:30
ritoban23
a32e6a8d3e
Fix PowerShell completion filename collision on Windows
2025-09-26 16:08:10 +05:30
Thayne McCombs
4344a26540
Merge pull request #1782 from tmccombs/completion-docs
...
docs: Add some documentation on how to install completions
2025-09-05 19:22:08 -06:00
David Peter
37b67767a2
Update README
2025-09-04 09:03:17 +02:00
Thayne McCombs
e13dd192f1
docs: Add some documentation on how to install completions
...
Fixes : #1769
2025-08-26 02:48:20 -06:00
tkb-github
3d704fb4b9
Update README.md to RHEL 10
2025-06-08 15:07:32 +08:00
Thayne McCombs
efe499ac0d
Merge pull request #1717 from tmccombs/doc-better
...
Doc better
2025-04-30 14:02:22 -06:00
Thayne McCombs
0ada245e37
Fix typo
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-30 12:03:32 -06:00
Thayne McCombs
402d4e7c12
docs: Clarify option positions in README
2025-04-30 01:26:43 -06:00
Bzero
029ce455fd
Fix broken Arch Linux link
2025-03-24 18:12:56 +01:00
Thayne McCombs
2a66fbab28
docs: Mention --full-path in troubleshooting
...
See: #1662
2025-01-28 01:35:00 -07:00
Thayne McCombs
1ce6906808
Prepare for 10.2.0 release
2024-08-18 22:55:28 -06:00
JCHacking
c26c45dba3
docs: documentation link of regular expressions to the latest version
2024-08-05 13:32:20 +02:00
Thayne McCombs
3480df88ef
Note executable name in release debs
...
Fixes : #1592
2024-07-17 00:04:36 -06:00
Bryan Honof
4e9672250b
docs: Add flox install
2024-06-23 13:45:22 +02:00
David Peter
bfc16a1dee
Remove sponsorship message
2024-05-16 16:55:35 +02:00
Thayne McCombs
fcaff0f385
Add --format to help in README
2024-05-08 00:38:45 -06:00
Thayne McCombs
92fab6e058
Prepare for 10.0.0 release
2024-05-05 23:52:50 -06:00
AlbydS
6d58df5f0c
Remove unnecessary sudo in front of commands
...
Removed unnecessary "sudo" in front of all commands, also removed the "replace sudo with doas..." instruction at the end.
2024-04-29 18:04:39 +00:00
AlbydS
ffecccf209
Merge branch 'sharkdp:master' into master
2024-04-29 17:58:24 +00:00
Thayne McCombs
e10a4eab2b
Stop ignore .git folders by default
...
Fixes : #1457
See: #1396 , #1403
2024-04-28 20:23:25 -06:00
Thayne McCombs
e262ade74e
Update MSRV to 1.77.2
...
Prior to this version, `Command` didn't properly escape command line
arguments on windows.
Although, the risk of attacker controlled arguments passed through fd is
relatively small, I think it is best to upgrade to a version that fixes
this.
The biggest risk for users is probably running fd with `--exec` or
`--exec-batch` on directories that contain files with names controlled
by another party (for example a git repo that you cloned).
See: https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html
Security: CVE-2024-24576
2024-04-11 21:14:11 -06:00
AlbydS
d651a595d4
Add installation instructions for more Linux distributions in README
...
Added installation instructions for Arch AUR, ALT Linux and Solus and did a few minor changes
2024-02-11 21:25:33 +01:00
David Peter
969316cc0e
More whitespace
2024-02-07 09:32:16 +01:00
David Peter
5b46867507
Add Terminal Trove sponsorship
2024-02-07 09:30:20 +01:00
Atomei Alexandru
c591106b86
Merge branch 'master' into dir_alias
2023-12-30 22:58:10 +02:00
Alexandru-Constantin Atomei
9f096737db
Added explicit documentation about the possibility of using dir
2023-12-30 22:54:57 +02:00
Roshan Jossy
5cd15536b6
Format notes in Readme
2023-12-28 00:50:02 +01:00
Sayan Goswami
aeb4a5fdad
Fixes typo in README
...
Fixes a tiny typo: ~defautl~ to default.
2023-12-27 14:32:00 -05:00
David Peter
07343b5baf
Update troubleshooting section
2023-12-19 11:45:09 +01:00
David Peter
a03ed8b300
Update license information
2023-12-19 11:44:20 +01:00
David Peter
61ebd9be6a
Update benchmark results
2023-12-19 11:28:59 +01:00
David Peter
e3b40208d5
Preprations for fd 9 release
2023-12-19 11:28:59 +01:00
David Peter
00b64f3ccb
Suggest to use -u instead of -HI
2023-12-08 13:37:03 +01:00
tkb-github
15329f9cfa
Update RHEL package info
2023-11-01 16:25:25 +01:00
Christian Göttsche
36bc84041b
Support character and block device file types
2023-10-21 13:56:33 +02:00
Thayne McCombs
7c39fff969
Prepare for 8.7.1 release
2023-10-18 21:44:34 -06:00
sonke
d371b10039
fix(README.md): as-tree is unmaintained, fixes #1040
2023-10-16 17:54:15 +03:00
tkb-github
c62224d2c3
Update instructions for RHEL8 etc.
2023-07-23 13:12:26 +02:00
David Peter
3ac2e13a25
Merge pull request #1255 from cha0ran/master
...
Update Chinese links
2023-03-12 22:41:18 +01:00
Thayne McCombs
840a565d3a
Updates for 8.7.0
2023-02-24 00:14:46 -07:00
sitiom
a217823510
Add Winget installation reference
2023-02-04 10:51:47 +08:00
Frank_Shek
f867c28a2c
Update Chinese links
2023-02-02 09:36:05 +08:00
Thayne McCombs
d5bca085dd
Updates for 8.6.0
2022-12-08 23:41:24 -07:00
Thayne McCombs
41d775bedd
Updates for fd 8.5.3
2022-11-13 23:23:04 -07:00
David Peter
56c405d8e6
Updates for fd 8.5.2
2022-11-03 09:13:15 +01:00
David Peter
527fe9e262
Updates for fd 8.5.1
2022-11-02 13:46:20 +01:00