dusage 0.4.0

💾 A command line disk usage information tool: disk usage (foreground), inodes (background).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_default:
  @just --list --unsorted

tool := "dusage"

build:
    cargo build

test: build
    cargo test  --verbose --all
    ./target/debug/{{ tool }} --debug
    df -h
    df
    python3 -m unittest discover test/