Skip to content

v1.23.1

Choose a tag to compare

@github-actions github-actions released this 10 May 22:35
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
72c2e64

TaskWing v1.23.1

Full Changelog: v1.23.0...v1.23.1

Changelog

馃殌 Features

  • : feat(cli): compact text output by default, drop --json from skills (@josephgoksu)

Installation

Homebrew (macOS/Linux):

brew install josephgoksu/tap/taskwing

Manual Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Extract the archive
  3. Move the binary to a directory in your PATH
  4. Run taskwing --help to get started

From Source:

git clone https://github.com/josephgoksu/TaskWing
cd TaskWing
go build -o taskwing main.go

Released by GoReleaser 馃殌