slackbuilds_ponce/system/dust
Erich Ritz 12ca9ca676
system/dust: Updated for version 0.8.4.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-04 07:20:00 +07:00
..
dust.info system/dust: Updated for version 0.8.4. 2023-02-04 07:20:00 +07:00
dust.SlackBuild system/dust: Updated for version 0.8.4. 2023-02-04 07:20:00 +07:00
README system/dust: Updated for version 0.8.4. 2023-02-04 07:20:00 +07:00
slack-desc

Dust is meant to give you an instant overview of which directories are
using disk space without requiring sort or head. Dust will print a
maximum of one 'Did not have permissions' message.

Dust will list a slightly-less-than-the-terminal-height number of the
biggest subdirectories or files and will smartly recurse down the tree
to find the larger ones. There is no need for a '-d' flag or a '-h'
flag. The largest subdirectories will be colored.

This project requires at least Rust version 1.60.0.  As such, rustup is
a compile time only dependency. It can be installed manually beforehand
by running
  rustup toolchain install 1.60.0

NOTE: The directions in rustup's README must be followed so that the
rust installed by rustup is preferred over the system rust.