TUIOS v0.1.0 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.1.0Changelog
New Features
- d94bf8b: feat: add ASCII-only mode and improve code quality (@Gaurav-Gosain)
Bug Fixes
- f41d081: fix: nil pointer panic in color comparison and improve stability ( <>)
- 9bb887e: fix: use pipe delimiter in sed to handle hash with slashes (@Gaurav-Gosain)
Full Changelog: v0.0.26...v0.1.0