v0.0.12
TUIOS v0.0.12 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.12Changelog
New Features
- 40b4fec: feat: enhance selection mode, scrollback functionality, and performance (@Gaurav-Gosain)
- e289dc4: feat: implement scrollback buffer support with keyboard and mouse navigation (@Gaurav-Gosain)
Other Changes
- 8387e11: Add Ask DeepWiki badge to README (@Gaurav-Gosain)
- 5c1df62: Add DeepWiki badge to README (@Gaurav-Gosain)
- 4e5cfdf: Update README with new repository links and badges (@Gaurav-Gosain)
- 4f3bc32: Update README.md (@Gaurav-Gosain)
Full Changelog: v0.0.10...v0.0.12