|
|
|
|
|
by sharkdp
2572 days ago
|
|
Author of fd here. Thank you for your feedback. If you feel that there is anything we could to to improve fd's UX, it would be great if you could share it on GitHub: https://github.com/sharkdp/fd > Why separating the extension from the filename? Is this a default It does not need to be! You can just also just use "fd README.md". Admittedly, the "." will actually search for any character (regex), so if you want to be precise, you need to escape it. |
|