pub fn parse_disk_df(output: &str) -> Option<f64>
Parse disk usage of / from df -k / output.
/
df -k /
Handles Linux format (Use% column) and macOS format (Capacity column). Returns the numeric percentage as f64.
Use%
Capacity
f64