TUIOS v0.5.1 Release
A terminal-based window manager with tmux-style keybindings.
What's New
tuios-web is now released as a separate binary! This provides better security isolation
by separating the web server functionality from the main TUIOS binary.
Installation
TUIOS (Terminal Window Manager)
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 tuiosGo Install:
go install github.com/Gaurav-Gosain/tuios/cmd/tuios@v0.5.1tuios-web (Web Terminal Server)
Homebrew (macOS/Linux):
brew tap Gaurav-Gosain/tap
brew install tuios-webArch Linux (AUR):
# Using yay
yay -S tuios-web-bin
# Using paru
paru -S tuios-web-binGo Install:
go install github.com/Gaurav-Gosain/tuios/cmd/tuios-web@v0.5.1Manual Download:
Download the appropriate tuios_* or tuios-web_* archive for your platform below, extract it, and run.
Changelog
Bug Fixes
- 5343d9f: fix: preserve --hide-clock flag when creating new windows (@Gaurav-Gosain)
- e246515: fix: preserve --window-title-position flag when creating new windows (@Gaurav-Gosain)
Full Changelog: v0.5.0...v0.5.1