e71c2e7c91df04fee14499cae43fe9bc011ca512
Render panels 10-14 showing the update check states: - panel-10-update-idle: menu with 3 captures, no update available - panel-11-update-checking: same as 10, but row reads "Checking..." - panel-12-update-uptodate: footer status shows "Redline X.Y.Z is up to date, checked 10:42 Dubai" - panel-13-update-staged: row "Update to 9.9.9" present, footer status "Update to 9.9.9 is ready" - panel-14-update-revert: row "Revert to 0.2.0" present All five panels driven by model state only; never touch real appcast or UserDefaults. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012ZiTXPbPCSjzPVsfoweAbp
Redline
A macOS menu-bar app that captures a remembered screen region, builds a one-screenshot-per-page PDF, AirDrops it to an iPad for markup, then watches for the annotated file to come back.
Hotkeys
- ⌥⇧1 — pick a new region, then capture it.
- ⌥⇧2 — capture the remembered region instantly (no picker).
Screen Recording permission
On first launch macOS asks once for Screen Recording. Grant it at System Settings > Privacy & Security > Screen Recording. You never have to do this again as long as the app is not re-signed with a different identity.
The grant is bound to the bundle identifier ai.flowmaster.shotdeck plus the code signature. Changing either one forces a fresh prompt.
Build
swift build && swift test
./scripts/build-app.sh # signed .app for daily use
open .build/Redline.app
Description
macOS menu-bar app: hotkey region capture into a review PDF with PASS/FAIL boxes, AirDrop send, annotation-return tracking
962 KiB
Languages
Swift
95.2%
Shell
4.8%