logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Analyze Disk Usage - ncdu | Online Free DevTools by Hexmos

Analyze disk usage efficiently with ncdu. Identify large files and directories, and reclaim disk space. Free online tool, no registration required.

ncdu

Disk usage analyzer with an ncurses interface. More information: https://manned.org/ncdu.

  • Analyze the current working directory:

ncdu

  • Colorize output:

ncdu --color {{dark|off}}

  • Analyze a given directory:

ncdu {{path/to/directory}}

  • Save results to a file:

ncdu -o {{path/to/file}}

  • Exclude files that match a pattern, argument can be given multiple times to add more patterns:

ncdu --exclude '{{*.txt}}'

See Also