Skip to content

Tmux Workbench v0.1.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:43

Tmux Workbench v0.1.2

This release focuses on smoothing the first install experience.

Highlights

  • Improve install.sh so new users can install with one command:

    curl -fsSL https://raw.githubusercontent.com/LeON-Nie-code/tmux-workbench/master/install.sh | bash
  • Detect the current platform and download the matching binary.

  • Prefer updating an existing ws installation when possible.

  • Otherwise install into a user-owned directory such as ~/.local/bin.

  • Avoid automatically writing into Homebrew-managed prefixes.

  • Print the platform, selected asset, and target install path before download.

  • Verify the installed binary after download.

  • Print a shell-specific PATH fix when the install directory is not currently
    on PATH.

  • Add ws --version.

  • Simplify README installation docs so the install script is the clear default.

Install

curl -fsSL https://raw.githubusercontent.com/LeON-Nie-code/tmux-workbench/master/install.sh | bash

Notes

This is still a pre-1.0 release. CLI behavior, config format, and database
schema may still change while the project matures.