TUIOS v0.0.25 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 | bashHomebrew (macOS/Linux)
brew tap Gaurav-Gosain/tap
brew install tuiosArch Linux (AUR)
# Using yay
yay -S tuios-bin
# Using paru
paru -S tuios-binNix
# 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.25Changelog
New Features
- 166fe8e: feat: add manual trigger option for nix update workflow (@Gaurav-Gosain)
Bug Fixes
- 1c528c3: fix: update nix workflow to push directly without PR fallback (@Gaurav-Gosain)
Full Changelog: v0.0.24...v0.0.25