dui
is a fast way to find which folders and files are using up your disk space
cargo install dui
dui [path]
Launch an interactive terminal frame that allows you to explore your folders and files. If a path is provided, dui
will report file sizes for all folders and files in the subtree rooted at that path. If no path is provided, dui
defaults to the current directory.
Once dui
has started running, use the following keys to navigate:
- [Enter] to expand/collapse the currently selected folder
- up/down arrows to navigate up and down the folder tree
- q to quit
dui
will respect .gitignore
settings by defualt (it will ignore any folders and files ignored by .gitignore
)