mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/dust: new package
dust is an alternative of the command du from the Linux kernel, written in Rust. It aims to be more intuitive and visual in order to give the user a better view of his system's storage capacity. Signed-off-by: Nicolas Tran <nicolas.tran@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
447323feac
commit
acb02354a1
11
package/dust/Config.in
Normal file
11
package/dust/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_DUST
|
||||
bool "dust"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_HOST_RUSTC
|
||||
help
|
||||
dust is an alternative written in Rust of the command "du"
|
||||
from the Linux kernel. It aims to be more intuitive and visual
|
||||
in order to give the user a better view of his system's
|
||||
current storage capacity.
|
||||
|
||||
https://github.com/bootandy/dust.git
|
||||
Reference in New Issue
Block a user