diskhog 0.4.0

TUI that lists the largest files on disk and lets you delete the ones you pick, to the trash or for real, with size and %-of-disk shown for each.
1
2
3
4
5
6
7
8
9
10
# cargo-audit config (https://docs.rs/cargo-audit).
#
# Add RUSTSEC IDs here only after actually reviewing the advisory and
# confirming it doesn't apply to this project (e.g. an unreachable code
# path) or that there's no fix available and the risk is accepted — never
# to silence something unreviewed.
[advisories]
ignore = [
    # "RUSTSEC-0000-0000",
]