Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexInstall 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 | iexChangelog
Features
- 2c8d878 feat: add WSL Windows Terminal support; fix copilot binary lookup