TUIOS v0.0.20 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.20Changelog
New Features
- 88cfe17: feat: add paste support and mouse forwarding to alt screen apps (@Gaurav-Gosain)
- 6368440: feat: forward mouse events to terminal apps in alt screen mode (@Gaurav-Gosain)
Other Changes
- 9a3525c: chore(.gitattributes): hide non-source files (@cr2007)
- d8a4544: fix(FUNDING.yml): fixes the username (@cr2007)
Full Changelog: v0.0.19...v0.0.20