Skip to content

stevenraphael/pathsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathsize

Pathsize is a tool that displays the sizes of subdirectories and files in a given path.

Installation

Clone the repository:

git clone https://github.com/stevenraphael/pathsize

Install the project:

pip install pathsize/

To get the sizes of all subdirectories and files contained in a path $PATH, type:

pathsize $PATH

This will show up to 1000 of the largest items in the path. To change the number of items shown, use the --top option, followed by a number. To only show sizes of subdirectories and not files, use the --nofiles option.

About

Pathsize is a tool that displays the sizes of subdirectories and files in a given path.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages