Setup frameterm
Version updated for https://github.com/stefanmatar/frameterm to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Frameterm is a tool and GitHub Action designed to automate and record interactions with text-based user interfaces (TUIs). It provides functionality for spawning sessions, simulating user inputs, capturing screen states, and exporting videos of these interactions, complete with overlays showing keystrokes, resource usage, and wait states. This solves the problem of debugging, testing, and documenting TUI workflows by offering a detailed, visual record of what actions were performed and their outcomes.
What’s Changed
- action: verify sha256 checksum before extracting release tarball (378eef3)
- test: use stefanmatar/frameterm@v1 instead of local ./ ref (#4) (ad86a29)
- ci: add smoke test workflow for GitHub Action (cceb45c)
- homebrew: update formula to v1 (dfc85a7)
- add GitHub Action for installing frameterm in CI (f015057)
- release: also sync formula to homebrew-frameterm tap (efcc57b)
- homebrew: update formula to v1.2.2 (b59e300)
- move homebrew formula into this repo, drop external tap dependency (199475c)
- fix: use macos-latest for x86_64-apple-darwin release build (fe0ba07)
- fix clippy while_let_loop lint in daemon connection handler (e687027)