Files
Alexander Shirokov 5d8c1af6a5 package/broot: new package
This commit adds broot, a fast and powerful file manager written
in Rust and licensed under MIT license. It supports filters, regular
expressions, and real-time "show-as-you-type" search for quick and easy
navigation, even in complex directory structures.

Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com>
[Peter: use select rather than depends on for rustc]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2025-11-12 21:24:01 +01:00

12 lines
420 B
Plaintext

config BR2_PACKAGE_BROOT
bool "broot"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_RUSTC
help
Broot is a fast and powerful file manager written in Rust and
licensed under MIT license. It supports filters, regular
expressions, and real-time "show-as-you-type" search for quick
and easy navigation, even in complex directory structures.
https://github.com/Canop/broot