Re-scans every 30 seconds and shows new files, deleted files, and
size changes between scans.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Human-readable terminal report with clear sections, plus JSON output
mode and file output support.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Uses du to show per-directory disk usage and highlights the top 5
largest directories.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Finds the 10 most recently modified files using find with printf
and shows human-readable timestamps.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Detects programming languages, counts lines of code per language via
wc -l, and flags unusually large files (>1000 lines or >10MB).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Classifies files by category (source, config, data, media, document,
archive, unknown) using extension mapping and the `file` command.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Renders a visual tree with file sizes, configurable depth, and
hidden file filtering.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>