You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-20Lines changed: 10 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,26 +19,16 @@ You're already running `watch` to keep an eye on things. But you can't stare at
19
19
20
20
**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.
21
21
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"]
0 commit comments