0cad80c352
Backfill tool, crop tool, demo tape, seed data, and setup script extracted from the uptop repo for clean separation.
737 B
737 B
uptop-vhs
VHS tape files and tooling for generating uptop TUI screenshots.
Contents
demo.tape— VHS tape that drives the TUI through each tabseed.yaml— sample monitor/site definitions for realistic demo datasetup.sh— bootstrap script: builds uptop, seeds DB, runs backfillbackfill/— Go tool that generates realistic historical check datacrop/— Go tool that crops VHS output into per-tab screenshots
Usage
# 1. Set up and run the demo
./setup.sh
# 2. Record with VHS
vhs demo.tape
# 3. Crop into individual screenshots
go run ./crop/
Screenshots land in screenshots/ — copy them to the uptop repo's screenshots/ directory.