TUIOS v0.3.4 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.3.4Changelog
New Features
Bug Fixes
- 1ede376: fix: add tuios.exe to gitignore (@NSPC911)
- 3c566d3: fix: prevent freeze when rapidly switching from resize to drag (@Gaurav-Gosain)
Other Changes
- 3aafbd5: Removing enterprise BS test from CONTRIBUTING.md (@Gsirawan)
- 915bc1b: add contributing guide for new contributors (@Gsirawan)
Full Changelog: v0.3.3...v0.3.4