duvis 0.1.8

Disk usage visualizer for both AI and humans
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    duvis::run_cli()
}