Skip to content

A simple dotnet global tool to display the size of each sub-dir

License

Notifications You must be signed in to change notification settings

wangfu91/dir-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dir-size

A simple dotnet global tool to calculate the size of each sub-dir.

Install:

dotnet tool install --global dir-size

Usage:

Usage: dir-size [options]

Options:
  -v|--version  Show version information
  -?|-h|--help  Show help information
  -d|--dir      The directory to work with, default is the current dir
  -s|--sort     Sort by size

Example:

Current directory:

dir-size

Specify the target directory

dir-size -d path/to/dir

Sort by size:

dir-size -s -d path/to/dir

About

A simple dotnet global tool to display the size of each sub-dir

Resources

License

Stars

Watchers

Forks

Packages

No packages published