mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
A simple, fast and user-friendly alternative to 'find' https://github.com/sharkdp/fd.git Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
config BR2_PACKAGE_FD
|
|
bool "fd"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
fd is a program to find entries in your filesystem. It is a
|
|
simple, fast and user-friendly alternative to find. While it
|
|
does not aim to support all of find's powerful functionality,
|
|
it provides sensible (opinionated) defaults for a majority of
|
|
use cases.
|
|
|
|
https://github.com/sharkdp/fd.git
|