Skip to content

Releases: hackath0r/zd-cli

zd-cli v0.2.0

06 May 14:46

Choose a tag to compare

zd-cli v0.2.0

Install:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/hackath0r/zd-cli/main/scripts/install.sh | sh

# Homebrew
brew install hackath0r/tap/zd-cli

# Scoop (Windows)
scoop bucket add hackath0r https://github.com/hackath0r/scoop-bucket
scoop install zd-cli

# Go
go install github.com/hackath0r/zd-cli/cmd/zd@v0.2.0

The same binary is also installed as ximr on every channel.

Changelog

Features

Bug fixes

  • 452eb28: fix(install.sh): create ZD_PREFIX/bin when prefix is overridden (@hackath0r)

Full Changelog: v0.1.0...v0.2.0

zd-cli v0.1.0

06 May 13:47

Choose a tag to compare

zd-cli v0.1.0

Install:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/hackath0r/zd-cli/main/scripts/install.sh | sh

# Homebrew
brew install hackath0r/tap/zd-cli

# Scoop (Windows)
scoop bucket add hackath0r https://github.com/hackath0r/scoop-bucket
scoop install zd-cli

# Go
go install github.com/hackath0r/zd-cli/cmd/zd@v0.1.0

The same binary is also installed as ximr on every channel.

Changelog

Features

Bug fixes


Full Changelog: ...v0.1.0