Skip to content

Releases: gotempsh/temps

v0.1.0-beta.38

23 Jun 21:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.38 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.38/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.36

20 Jun 11:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.36 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.36/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.35

19 Jun 21:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.35 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.35/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.34

17 Jun 19:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.34 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.34/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.33

17 Jun 06:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.33 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.33/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.31

11 Jun 17:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.31 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.31/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.30

10 Jun 17:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.30 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.30/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.29

09 Jun 14:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.29 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.29/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.28

08 Jun 11:50
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.28 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.28/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing

v0.1.0-beta.27

05 Jun 21:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.1.0-beta.27 Pre-release
Pre-release

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/install.sh | bash

Homebrew (macOS and Linux)

# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/temps.rb -o /tmp/temps.rb

# Install
brew install /tmp/temps.rb

# Verify
temps --version

Manual Installation

Linux AMD64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/temps-linux-amd64.tar.gz

# Extract
tar -xzf temps-linux-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Linux ARM64

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/temps-linux-arm64.tar.gz

# Extract
tar -xzf temps-linux-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS AMD64 (Intel)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/temps-darwin-amd64.tar.gz

# Extract
tar -xzf temps-darwin-amd64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

macOS ARM64 (Apple Silicon)

# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/temps-darwin-arm64.tar.gz

# Extract
tar -xzf temps-darwin-arm64.tar.gz

# Move to PATH
sudo mv temps /usr/local/bin/temps

# Verify
temps --version

Checksums

# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.1.0-beta.27/checksums.txt

# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing