TUIOS v0.0.21 Release
A terminal-based window manager with tmux-style keybindings.
Installation
Quick Install (Linux/macOS)
curl -sSL https://raw.githubusercontent.com/Gaurav-Gosain/tuios/main/install.sh | bashNix
# Run directly
nix run github:Gaurav-Gosain/tuios#tuios
# Or add to your configuration
nix-shell -p tuiosManual Download
Download the appropriate binary for your platform below, extract it, and run:
./tuiosGo Install
go install github.com/Gaurav-Gosain/tuios/cmd/tuios@v0.0.21Changelog
New Features
- ba6ffcb: feat: add AUR (Arch User Repository) publishing support (@Gaurav-Gosain)
Bug Fixes
- 3dc33b1: fix: add AUR_SSH_KEY to release workflow (@Gaurav-Gosain)
- 26ad936: fix: correct Y-axis offset in copy mode mouse selection (@Gaurav-Gosain)
Full Changelog: v0.0.20...v0.0.21