mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
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
|