Tmux Workbench v0.1.2
Pre-releaseTmux Workbench v0.1.2
This release focuses on smoothing the first install experience.
Highlights
-
Improve
install.shso 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
wsinstallation 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
onPATH. -
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 | bashNotes
This is still a pre-1.0 release. CLI behavior, config format, and database
schema may still change while the project matures.