This commit is contained in:
JMARyA 2023-12-05 15:49:42 +01:00
parent 3d14145ca1
commit f703dd76cc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 100 additions and 7 deletions

View file

@ -4,6 +4,7 @@ os: linux
repo: https://github.com/sharkdp/fd
---
# fd
#refactor
`fd` is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to [`find`](https://www.gnu.org/software/findutils/). While it does not aim to support all of `find`'s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.
## Usage