Skip to content

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 22 Oct 12:18
· 1716 commits to main since this release

TUIOS v0.0.12 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 | bash

Nix

# Run directly
nix run github:Gaurav-Gosain/tuios#tuios

# Or add to your configuration
nix-shell -p tuios

Manual Download

Download the appropriate binary for your platform below, extract it, and run:

./tuios

Go Install

go install github.com/Gaurav-Gosain/tuios/cmd/tuios@v0.0.12

Changelog

New Features

Other Changes


Full Changelog: v0.0.10...v0.0.12