Skip to content

Commit fe8d304

Browse files
timothyandrewclaude
andcommitted
Replace ASCII flow diagram with Mermaid
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ff16167 commit fe8d304

1 file changed

Lines changed: 10 additions & 20 deletions

File tree

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,16 @@ You're already running `watch` to keep an eye on things. But you can't stare at
1919

2020
**watch+** is a drop-in replacement for GNU `watch` that adds email alerts via [Resend](https://resend.com). Same flags, same behavior — plus a `--email` flag that changes everything.
2121

22-
```
23-
┌─────────────┐
24-
│ your shell │
25-
│ command │
26-
└──────┬───────┘
27-
│ runs every N seconds
28-
29-
┌──────────────┐
30-
│ watch+ │──────────┐
31-
│ │ │ output changed?
32-
└──────┬───────┘ ▼
33-
│ ┌──────────────┐
34-
│ │ 📧 Resend │
35-
▼ │ email alert │
36-
┌──────────────┐ └──────────────┘
37-
│ terminal │
38-
│ (fullscreen │
39-
│ with diff │
40-
│ highlight) │
41-
└──────────────┘
22+
```mermaid
23+
flowchart TD
24+
Command["🐚 Your Shell Command"] -->|runs every N seconds| WatchPlus["⚡ watch+"]
25+
WatchPlus --> Terminal["🖥️ Terminal\nfullscreen with diff highlight"]
26+
WatchPlus -->|output changed?| Email["📧 Resend\nemail alert"]
27+
28+
style Command fill:#1e293b,stroke:#475569,color:#e2e8f0
29+
style WatchPlus fill:#2d1f4e,stroke:#7c3aed,color:#e2e8f0
30+
style Terminal fill:#164e63,stroke:#06b6d4,color:#e2e8f0
31+
style Email fill:#4c1d95,stroke:#a78bfa,color:#e2e8f0
4232
```
4333

4434
## Quickstart

0 commit comments

Comments
 (0)