An ncdu inspired TUI disk usage analyzer, multithreaded for maximum speed. Features support for native filesystem trash/recycle bin, so you don't have to permanently delete things immediately if you don't want to.
v0.1.2:
- added support for manually refreshing the directory when changes are made externallly.
- added file counts.
- added a second view that shows a breakdown of the current directory by file extension (very basic for now, only does file extensions rather than grouping file types)
- Clone the repo
- cd into the repo
- Run
cargo install --path .
There is now an AUR package available for diskard at this link. Install by cloning the AUR repo and running:
makepkg -si
(Or use your favorite AUR helper eg yay -S diskard)
diskard [path]
(If no path is provided, the program uses the current working directory)