github jongio/dispatch v0.1.4

latest releases: v0.8.2, v0.8.1, v0.8.0...
one month ago

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.1.4

# Windows (PowerShell)
$v="v0.1.4"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Changelog

Features

  • 2c8d878 feat: add WSL Windows Terminal support; fix copilot binary lookup

Other

  • b5d9584 Merge pull request #9 from jongio/feature/wsl-windows-terminal

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.