Skip to content

Commit 0acc38e

Browse files
marzagaoclaude
andcommitted
docs: switch demo from mp4 to gif for GitHub rendering
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f074e73 commit 0acc38e

3 files changed

Lines changed: 7 additions & 37 deletions

File tree

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,7 @@
33
Monitor and control your reef aquarium from the terminal — all on your local network, no cloud required.
44

55
[![Go](https://img.shields.io/badge/Go-1.25+-00ADD8?logo=go)](https://go.dev) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![CI](https://github.com/marzagao/aquadirector/actions/workflows/ci.yml/badge.svg)](https://github.com/marzagao/aquadirector/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/marzagao/aquadirector)](https://goreportcard.com/report/github.com/marzagao/aquadirector)
6-
<video src="demo.mp4" autoplay loop muted playsinline>
7-
```
8-
$ aquadirector dashboard
9-
10-
=== Water Quality ===
11-
pH 7.87 (low)
12-
Temperature 25.4C / 77.7F
13-
ORP 155 mV (low)
14-
Salinity 0.63%
15-
SG 1.022
16-
17-
=== ATO ===
18-
Status auto (level=desired, 5.0 gal) temp=25.5C
19-
Pump off, last trigger: manual
20-
Today Fills 6 (0.22 gal)
21-
Last Fill 2026-04-11 17:14
22-
Temp 7d min=24.8C avg=25.4C max=26.6C
23-
Leak Sensor dry
24-
25-
=== Lighting ===
26-
Mode auto (moon=0, white=46, blue=65)
27-
28-
=== Feeding ===
29-
Food ~0g drum=RED (level=0)
30-
31-
=== Notifications (last 7 days) ===
32-
2026-04-11 08:51 ATO: Reservoir is running low.
33-
34-
Ran at 2026-04-11 17:14:32
35-
```
36-
</video>
6+
![Demo](demo.gif)
377

388
## Supported Devices
399

demo.gif

114 KB
Loading

hack/demo.tape

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
# Generate (run from repo root):
1010
# CHROMIUM_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" vhs hack/demo.tape
1111
#
12-
# Output: demo.mp4 — add to README with:
13-
# <video src="demo.mp4" autoplay loop muted playsinline></video>
12+
# Output: demo.gif — add to README with:
13+
# ![Demo](demo.gif)
1414

15-
Output demo.mp4
15+
Output demo.gif
1616

1717
Set Shell "bash"
18-
Set FontSize 12
18+
Set FontSize 10
1919
Set LineHeight 1.1
2020
Set FontFamily "JetBrains Mono"
21-
Set Width 800
22-
Set Height 700
21+
Set Width 600
22+
Set Height 526
2323
Set Theme "Dracula"
2424
Set Padding 32
2525
Set TypingSpeed 35ms

0 commit comments

Comments
 (0)