Find and delete big disk space consumers
Project description
HDHog
Browse a folder, list files and subfolders sorted by size accross the directory tree so that you see the biggest first.
About
One motivation for this tool was to conveniently find big disk space consumers in a folder and delete them. To my surprise, there is not really something free out there for this task.
Only tested under Linux (Ubuntu) so far, but since all file operations are written generically, theoretically it should work for all OSes that that Python supports and that have Tk, though.
Features
- Browse views
- File list
- Folder list
- View as tree
Usage
Install from PyPi:
pip3 install hdhog
and run hdhog
in a terminal.
Or clone repository an install:
git clone https://github.com/mafleischer/HDHog
cd HDHog
pip3 install ./
and run hdhog
in a terminal.
Screenshots
View files | |
---|---|
View folders | |
View as tree |
Notes
- Symlinks are ignored and are not displayed for now
- At first, focus was only on finding and listing files. The tree view is really not optimal but sufficient for now
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.