Enhanced `df` combining disk usage and mount info. Supports CSV, TSV, and TUI with filesystem type detection. **Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installa
Imported from x-cmd/x-cmd (mod/df/SKILL.md). Install upstream with npx skills add x-cmd/x-cmd --skill df. Copyright stays with the author (Apache-2.0).
x df - Disk Free Space Viewer
Enhanced df command combining df and mount output with multiple formats.
Quick Start
# Interactive disk usage viewer (default in TTY)x df# TSV format output (default when piped)x df | cat
Features
Joint output: Combines df and mount command information
Multi-format: TSV, CSV, TUI application, raw
Cross-platform: Linux, macOS, Windows support
Auto-detection: Interactive mode in TTY, TSV when piped