Installation

Get gh-wt up and running in seconds.

Prerequisites

Install

Install gh-wt directly from the GitHub repository:

gh extension install ffalor/gh-wt

Verify Installation

Confirm gh-wt is installed correctly:

gh wt --help

You should see the help output with all available commands.

Upgrading

To upgrade to the latest version:

gh extension upgrade gh-wt

Uninstalling

To remove gh-wt:

gh extension remove wt

Install from Source

For development or manual installation, clone the repository and use the provided Taskfile:

git clone https://github.com/ffalor/gh-wt.git
cd gh-wt
task install

This project uses Taskfile. Learn more at taskfile.dev.

Task Description
task install Build and install the extension
task build Build the binary only
task remove Remove the installed extension
task clean Clean built files