Basic
┌──────────────────────────────────┐
│ $ npm install │
│ added 120 packages in 3s │
│ $ │
└──────────────────────────────────┘
With Title Bar
┌─ Terminal ───────────────────────┐
│ $ git status │
│ On branch main │
│ nothing to commit │
│ $ │
└──────────────────────────────────┘
With Output
┌──────────────────────────────────┐
│ $ npm test │
│ │
│ PASS src/app.test.ts │
│ PASS src/utils.test.ts │
│ │
│ Tests: 2 passed, 2 total │
│ Time: 1.24s │
│ $ │
└──────────────────────────────────┘