Changes
See CHANGELOG.md for details.
Installation
Quick Install (Recommended)
macOS, Linux, and WSL:
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.8/install.sh | bashHomebrew (macOS and Linux)
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.8/temps.rb -o /tmp/temps.rb
brew install /tmp/temps.rb
temps --versionManual Installation
Linux AMD64
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/temps-linux-amd64.tar.gz
tar -xzf temps-linux-amd64.tar.gz
sudo mv temps /usr/local/bin/temps
temps --versionmacOS AMD64 (Intel)
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/temps-darwin-amd64.tar.gz
tar -xzf temps-darwin-amd64.tar.gz
sudo mv temps /usr/local/bin/temps
temps --versionmacOS ARM64 (Apple Silicon)
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/temps-darwin-arm64.tar.gz
tar -xzf temps-darwin-arm64.tar.gz
sudo mv temps /usr/local/bin/temps
temps --versionChecksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/checksums.txt
sha256sum -c checksums.txt --ignore-missing