The files below can be imported into a Tradingview watchlist.
Leave a comment if you want me to add lists for other exchanges.
| #!/usr/bin/env python3 | |
| """ | |
| macOS Cleanup Tool | |
| Usage: | |
| python3 clean.py --system # system caches & logs | |
| python3 clean.py --dev-caches # developer tool caches | |
| python3 clean.py --build-folders ~/Projects # 'build' & '.build' dirs in tree | |
| python3 clean.py --docker # docker images & volumes | |
| python3 clean.py --ios-backups # iOS device backups |