logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Analyze Disk Usage - Instantly View Directories with Dust | Online Free DevTools by Hexmos

Analyze disk usage instantly with Dust. Discover directory sizes and reclaim wasted space on Linux and macOS systems. Free online tool, no registration required.

dust

Give an instant overview of which directories are using disk space. See also: du, ncdu. More information: https://github.com/bootandy/dust#usage.

  • Display information for the current directory:

dust

  • Display information about one or more directories:

dust {{path/to/directory1 path/to/directory2 ...}}

  • Display 30 directories (defaults to 21):

dust {{[-n|--number-of-lines]}} 30

  • Display information for the current directory, up to 3 levels deep:

dust {{[-d|--depth]}} 3

  • Display the largest directories at the top in descending order:

dust {{[-r|--reverse]}}

  • Ignore a file or directory:

dust {{[-X|--ignore-directory]}} {{path/to/file_or_directory}}

  • Do not display percent bars and percentages:

dust {{[-b|--no-percent-bars]}}

See Also