himbsay - speaking terminal buddies isaak and güner
About
A talking isaak and a talking guner. Like an overly-specific cowsay.
Installation
Homebrew
isaaksay
and gunersay
can be installed from the homebrew package manager on macOS and linux
brew tap ianmclinden/homebrew-extras
# Meta-package that contains both isaaksay and gunersay
brew install himbsay
Linux
# Install isaaksay
curl -L https://github.com/ianmclinden/himbsay/releases/latest/download/gunersay_isaaksay_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin isaaksay
# Install gunersay
curl -L https://github.com/ianmclinden/himbsay/releases/latest/download/gunersay_linux_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin gunersay
Binaries for isaaksay/arm
, gunersay/arm
, isaaksay/arm64
, and gunersay/arm64
are also available.
macOS
# Install isaaksay
curl -L https://github.com/ianmclinden/himbsay/releases/latest/download/isaaksay_darwin_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin isaaksay
# Install gunersay
curl -L https://github.com/ianmclinden/himbsay/releases/latest/download/gunersay_darwin_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin gunersay
Binaries for isaaksay/arm64
and gunersay/arm64
are also available.
Windows
Binaries for isaaksay/amd64
and gunersay/amd64
are available.
Building
# Clone source
git clone https://github.com/ianmclinden/himbsay.git
cd himbsay
# Build
./.build.sh
# Install (optional)
go install ./...
Contributors