Check Disk Size
If the disk is full, annoyingly, what do you do? You search for a tool to check sizes and details.
# Common space killers
- Docker
- check
~/.dockerand virtual disk - check Docker Desktop
- check
- Cache:
- ~/.cache
- ~/.venvs (where I store my python virtual environments)
- Application support under mac:
/Users/sspaeti/Library/Application Support/and Applications under/Applications - Downloads
~/Downloads
# Tools
- CLI:
brew install dua-cli-> and run withdua interactivefor an interactive way- if you want to delete
- select with
spaceand trash to bin withctrl+t. Hit?for all shortcuts
- select with
- ! easiest and super convenient
- similar to
du -h -d 1
- if you want to delete
- UI: GrandPerspective (replacement for Disk Inventory X as it doesn’t work any longer well)
Origin:
References: Check Disk Plugged In Linux