Review the following TUI apps for disk management. Add relevant tools to https://practical.li/engineering-playbook/os/tui/#disk-management
- gdu du written in Go language
- dua disk usage analyser, can also delete files. Runs in parallel so very fast
- dust du + rust = dust, a more intuative
du command
Install dua for Linux
curl -LSfs https://raw.githubusercontent.com/Byron/dua-cli/master/ci/install.sh | \
sh -s -- --git Byron/dua-cli --target x86_64-unknown-linux-musl --crate dua --tag v2.29.0
Review the following TUI apps for disk management. Add relevant tools to https://practical.li/engineering-playbook/os/tui/#disk-management
ducommandInstall dua for Linux
curl -LSfs https://raw.githubusercontent.com/Byron/dua-cli/master/ci/install.sh | \ sh -s -- --git Byron/dua-cli --target x86_64-unknown-linux-musl --crate dua --tag v2.29.0