github Gaurav-Gosain/tuios v0.1.0

latest releases: v0.7.0, v0.6.0, v0.5.1...
10 months ago

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 | bash

Homebrew (macOS/Linux)

brew tap Gaurav-Gosain/tap
brew install tuios

Arch Linux (AUR)

# Using yay
yay -S tuios-bin

# Using paru
paru -S tuios-bin

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.1.0

Changelog

New Features

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

Don't miss a new tuios release

NewReleases is sending notifications on new releases.