monkeytui v0.1.3
What's new
-seedflag — fixed RNG seed for a reproducible word sequence (monkeytui -seed 42); used by the recorded demo and stable tests.- Docs — rewritten README with a VHS demo GIF, plus
CONTRIBUTING.md, MITLICENSE, and a credits/attribution section. - Includes the
update/uninstall/versioncommands and the gruvbox contrast fix from v0.1.2.
Install (no Go required)
curl -fsSL https://raw.githubusercontent.com/ricardojparram/monkeytui/main/install.sh | bashAlready installed? monkeytui update.
Manual download
Pick your platform, chmod +x, move onto PATH. Verify with sha256sum -c checksums.txt.
| OS | Arch | Asset |
|---|---|---|
| Linux | x86_64 | monkeytui_linux_amd64 |
| Linux | arm64 | monkeytui_linux_arm64 |
| macOS | Intel | monkeytui_darwin_amd64 |
| macOS | Apple Silicon | monkeytui_darwin_arm64 |
| Windows | x86_64 | monkeytui_windows_amd64.exe |