Skip to content

TonkaToyXL/dev-machine-hygiene

Repository files navigation

Dev Machine Hygiene

License: MIT CI Python Bash

Read-only scanners and reversible cleanup helpers for local dev machines.

Tools

Script Mode Purpose
hygiene_scan.py read-only Full report: caches, orphans, symlinks, large files
hygiene-scan.sh read-only Quick monthly pass: empty dirs, venvs, staging bloat
hygiene-cleanup.sh dry-run / --execute Archive-first moves — never auto-deletes

Full scan

python3 hygiene_scan.py

Reports project-like folders outside ~/Projects, rebuildable caches, broken symlinks, LaunchAgent failures, and large files (≥ 500 MB).

Quick scan

./hygiene-scan.sh

Cleanup

./hygiene-cleanup.sh           # preview
./hygiene-cleanup.sh --execute # archive-first moves

Rule: archive first, review, then delete manually.

Bootstrap templates

templates/project-bootstrap/ — starter README and .gitignore for new experiments.

License

MIT

About

Read-only dev machine scanners and archive-first cleanup helpers.

Topics

Resources

License

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors