Skip to content

tinker-disk-usage

A disk usage analyzer plugin for TINKER that visualizes storage consumption with an interactive treemap to help identify space-hogging files and directories.

Screenshot

Features

  • Folder scanning — select any folder to analyze its disk usage with configurable scan depth
  • Interactive treemap — D3-based visualization with boxes sized proportionally to disk usage
  • Color-coded file types — different colors for JS/TS, JSON, CSS, HTML, images, markdown, directories, and more
  • Drill-down navigation — single-click to expand a directory, double-click to navigate into it
  • Back/Forward/Up navigation — browser-like history for easy exploration
  • Lazy loading — deeply nested directories are loaded on-demand for performance
  • Context menu actions — right-click to show in file manager or delete files/folders
  • Scan progress — real-time display of file count, total size, and error count during scanning
  • Rescan — refresh disk usage data for the current directory
  • Dark/Light theme support — adapts visualization colors to the current theme

Usage

  1. Click the "Open Folder" button to select a directory for analysis
  2. Wait for the scan to complete — progress is shown in real time
  3. Explore the treemap: larger boxes represent bigger files or directories
  4. Single-click a directory to expand it, double-click to drill into it
  5. Use the back, forward, and up buttons in the toolbar to navigate
  6. Right-click any item to show it in the file manager or delete it

Released under the AGPL-3.0 License.