Installation
Via curl (macOS/Linux):
curl -fsSL https://ocx.kdco.dev/install.sh | bashVia npm (all platforms including Windows):
npm install -g ocxManual download:
Download the appropriate binary for your platform from the assets below.
Checksums
SHA256 checksums are provided for each binary. Verify with:
sha256sum -c SHA256SUMS.txtWhat's Changed
- feat(ghost): add git-aware terminal naming by @kdcokenny in #37
- fix(cli): remove interactive confirmation from profile rm by @kdcokenny in #39
Full Changelog: v1.2.0...v1.2.1