Central dashboard for project activation, time tracking, and protection.
- π Activate Projects - One command to start working
- β±οΈ Auto Time Tracking - Automatically tracks time when active
- π‘οΈ Quick Protection - Protect current project easily
- π Status View - See what you're working on
- π Smart Deactivation - Stop tracking and optionally protect
# Add alias to ~/.bashrc echo "alias dashboard='/mnt/c/projects/project-dashboard/dashboard.sh'" >> ~/.bashrc source ~/.bashrc Quick Start # View dashboard dashboard # Select project from menu dashboard menu # Activate specific project dashboard activate midnight-infrastructure # Check status dashboard status # Protect current work dashboard protect "Completed feature X" # Stop working (with optional protection) dashboard stop Integration With Time Tracker Automatically starts tracking on activation Shows elapsed time in status Stops tracking on deactivation With Claude Proof Quick protect command Optional auto-protect on stop Shows protection status Workflow Example # Morning: Start work dashboard menu # Select: 1 (midnight-infrastructure) # β Activated, time tracking started # Check status anytime dashboard status # Shows: Active project, time elapsed # Protect milestone dashboard protect "HIPAA agent v0.1 complete" # End of day dashboard stop # Stops tracking, option to protect Commands dashboard or dashboard status - Show status dashboard menu - Select project from menu dashboard activate <project> - Activate project dashboard stop - Deactivate (with protect option) dashboard protect [description] - Quick protect dashboard list - List all projects Status Version: 1.0.0 Status: Production Ready Integration: Time Tracker β | Claude Proof β