disky 0.11.0

Fast macOS disk analyzer and cleanup CLI in Rust — ncdu / dust / GrandPerspective alternative with snapshot diff, agent-native JSON, and Trash-restorable cleanup.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default_job = "clippy-test"

[jobs.check]
command = ["cargo", "check", "--all-targets", "--color", "always"]
need_stdout = false
watch = ["src", "tests", "benches", "Cargo.toml"]

[jobs.clippy-test]
command = ["cargo", "clippy", "--all-targets", "--color", "always", "--", "-D", "warnings"]
need_stdout = false
on_success = "job:test"
watch = ["src", "tests", "Cargo.toml"]

[jobs.test]
command = ["cargo", "nextest", "run", "--lib", "--test", "lib_integration", "--color", "always"]
need_stdout = true
watch = ["src", "tests"]