TUIOS v0.0.16 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.16Changelog
New Features
- 9eda832: feat: implement vim-mode copy system with navigation, search, and selection (@Gaurav-Gosain)
Other Changes
- 6ffec4b: Add Ko-fi support button to README (@Gaurav-Gosain)
- 1455432: Restore Ko-fi button in README.md (@Gaurav-Gosain)
Full Changelog: v0.0.15...v0.0.16