-
v0.0.6-beta.1 Pre-release
released this
2026-02-28 23:18:17 +03:00 | 143 commits to main since this release📅 Originally published on GitHub: Sun, 01 Mar 2026 12:17:30 GMT
🏷️ Git tag created: Sat, 28 Feb 2026 20:18:17 GMTChanges
See CHANGELOG.md for details.
Installation
Quick Install (Recommended)
macOS, Linux, and WSL:
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/install.sh | bashHomebrew (macOS and Linux)
# Download formula curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/temps.rb -o /tmp/temps.rb # Install brew install /tmp/temps.rb # Verify temps --versionManual Installation
Linux AMD64
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/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 --versionmacOS AMD64 (Intel)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/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 --versionmacOS ARM64 (Apple Silicon)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/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 --versionChecksums
# Download checksums curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/checksums.txt # Verify checksum (Linux/macOS) sha256sum -c checksums.txt --ignore-missingDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-02 05:11:56 +03:00 · 275 B -
install.sh
0 downloads ·
2026-03-02 05:11:56 +03:00 · 6.5 KiB -
temps-darwin-amd64.tar.gz
0 downloads ·
2026-03-02 05:12:02 +03:00 · 72 MiB -
temps-darwin-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:12:03 +03:00 · 92 B -
temps-darwin-arm64.tar.gz
0 downloads ·
2026-03-02 05:12:09 +03:00 · 68 MiB -
temps-darwin-arm64.tar.gz.sha256
0 downloads ·
2026-03-02 05:12:09 +03:00 · 92 B -
temps-linux-amd64.tar.gz
0 downloads ·
2026-03-02 05:12:16 +03:00 · 74 MiB -
temps-linux-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:12:17 +03:00 · 91 B -
temps.rb
0 downloads ·
2026-03-02 05:12:18 +03:00 · 1.1 KiB
-
Source code (ZIP)
-
v0.0.5 Stable
released this
2026-02-27 18:34:00 +03:00 | 157 commits to main since this release📅 Originally published on GitHub: Fri, 27 Feb 2026 16:10:11 GMT
🏷️ Git tag created: Fri, 27 Feb 2026 15:34:00 GMTChanges
See CHANGELOG.md for details.
Installation
Quick Install (Recommended)
macOS, Linux, and WSL:
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.5/install.sh | bashHomebrew (macOS and Linux)
# Download formula curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.5/temps.rb -o /tmp/temps.rb # Install brew install /tmp/temps.rb # Verify temps --versionManual Installation
Linux AMD64
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.5/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 --versionmacOS AMD64 (Intel)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.5/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 --versionmacOS ARM64 (Apple Silicon)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.5/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 --versionChecksums
# Download checksums curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.5/checksums.txt # Verify checksum (Linux/macOS) sha256sum -c checksums.txt --ignore-missingDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-02 05:11:29 +03:00 · 275 B -
install.sh
0 downloads ·
2026-03-02 05:11:30 +03:00 · 6.5 KiB -
temps-darwin-amd64.tar.gz
0 downloads ·
2026-03-02 05:11:37 +03:00 · 71 MiB -
temps-darwin-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:38 +03:00 · 92 B -
temps-darwin-arm64.tar.gz
0 downloads ·
2026-03-02 05:11:45 +03:00 · 67 MiB -
temps-darwin-arm64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:45 +03:00 · 92 B -
temps-linux-amd64.tar.gz
0 downloads ·
2026-03-02 05:11:53 +03:00 · 73 MiB -
temps-linux-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:53 +03:00 · 91 B -
temps.rb
0 downloads ·
2026-03-02 05:11:54 +03:00 · 1 KiB
-
Source code (ZIP)
-
v0.0.4 Stable
released this
2026-02-17 17:34:52 +03:00 | 192 commits to main since this release📅 Originally published on GitHub: Tue, 17 Feb 2026 15:35:50 GMT
🏷️ Git tag created: Tue, 17 Feb 2026 14:34:52 GMTChanges
See CHANGELOG.md for details.
Installation
Quick Install (Recommended)
macOS, Linux, and WSL:
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.4/install.sh | bashHomebrew (macOS and Linux)
# Download formula curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.4/temps.rb -o /tmp/temps.rb # Install brew install /tmp/temps.rb # Verify temps --versionManual Installation
Linux AMD64
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/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 --versionmacOS AMD64 (Intel)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/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 --versionmacOS ARM64 (Apple Silicon)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/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 --versionChecksums
# Download checksums curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/checksums.txt # Verify checksum (Linux/macOS) sha256sum -c checksums.txt --ignore-missingDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-02 05:11:03 +03:00 · 275 B -
install.sh
0 downloads ·
2026-03-02 05:11:04 +03:00 · 6.5 KiB -
temps-darwin-amd64.tar.gz
0 downloads ·
2026-03-02 05:11:12 +03:00 · 69 MiB -
temps-darwin-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:12 +03:00 · 92 B -
temps-darwin-arm64.tar.gz
0 downloads ·
2026-03-02 05:11:19 +03:00 · 65 MiB -
temps-darwin-arm64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:19 +03:00 · 92 B -
temps-linux-amd64.tar.gz
0 downloads ·
2026-03-02 05:11:27 +03:00 · 71 MiB -
temps-linux-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:27 +03:00 · 91 B -
temps.rb
0 downloads ·
2026-03-02 05:11:28 +03:00 · 1 KiB
-
Source code (ZIP)
-
v0.0.3 Stable
released this
2026-02-16 21:59:42 +03:00 | 204 commits to main since this release📅 Originally published on GitHub: Mon, 16 Feb 2026 19:48:52 GMT
🏷️ Git tag created: Mon, 16 Feb 2026 18:59:42 GMTChanges
See CHANGELOG.md for details.
Installation
Quick Install (Recommended)
macOS, Linux, and WSL:
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.3/install.sh | bashHomebrew (macOS and Linux)
# Download formula curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.3/temps.rb -o /tmp/temps.rb # Install brew install /tmp/temps.rb # Verify temps --versionManual Installation
Linux AMD64
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.3/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 --versionmacOS AMD64 (Intel)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.3/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 --versionmacOS ARM64 (Apple Silicon)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.3/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 --versionChecksums
# Download checksums curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.3/checksums.txt # Verify checksum (Linux/macOS) sha256sum -c checksums.txt --ignore-missingDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-02 05:10:32 +03:00 · 275 B -
install.sh
0 downloads ·
2026-03-02 05:10:33 +03:00 · 6.5 KiB -
temps-darwin-amd64.tar.gz
0 downloads ·
2026-03-02 05:10:43 +03:00 · 68 MiB -
temps-darwin-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:10:44 +03:00 · 92 B -
temps-darwin-arm64.tar.gz
0 downloads ·
2026-03-02 05:10:51 +03:00 · 65 MiB -
temps-darwin-arm64.tar.gz.sha256
0 downloads ·
2026-03-02 05:10:51 +03:00 · 92 B -
temps-linux-amd64.tar.gz
0 downloads ·
2026-03-02 05:11:01 +03:00 · 71 MiB -
temps-linux-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:11:01 +03:00 · 91 B -
temps.rb
0 downloads ·
2026-03-02 05:11:02 +03:00 · 1 KiB
-
Source code (ZIP)
-
v0.0.2-beta9 Pre-release
released this
2026-02-16 10:43:12 +03:00 | 216 commits to main since this release📅 Originally published on GitHub: Mon, 16 Feb 2026 08:39:12 GMT
🏷️ Git tag created: Mon, 16 Feb 2026 07:43:12 GMTChanges
See CHANGELOG.md for details.
Installation
Quick Install (Recommended)
macOS, Linux, and WSL:
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.2-beta9/install.sh | bashHomebrew (macOS and Linux)
# Download formula curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.2-beta9/temps.rb -o /tmp/temps.rb # Install brew install /tmp/temps.rb # Verify temps --versionManual Installation
Linux AMD64
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.2-beta9/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 --versionmacOS AMD64 (Intel)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.2-beta9/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 --versionmacOS ARM64 (Apple Silicon)
# Download curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.2-beta9/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 --versionChecksums
# Download checksums curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.2-beta9/checksums.txt # Verify checksum (Linux/macOS) sha256sum -c checksums.txt --ignore-missingDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-02 05:10:02 +03:00 · 275 B -
install.sh
0 downloads ·
2026-03-02 05:10:03 +03:00 · 6.5 KiB -
temps-darwin-amd64.tar.gz
0 downloads ·
2026-03-02 05:10:11 +03:00 · 68 MiB -
temps-darwin-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:10:11 +03:00 · 92 B -
temps-darwin-arm64.tar.gz
0 downloads ·
2026-03-02 05:10:19 +03:00 · 64 MiB -
temps-darwin-arm64.tar.gz.sha256
0 downloads ·
2026-03-02 05:10:20 +03:00 · 92 B -
temps-linux-amd64.tar.gz
0 downloads ·
2026-03-02 05:10:30 +03:00 · 70 MiB -
temps-linux-amd64.tar.gz.sha256
0 downloads ·
2026-03-02 05:10:30 +03:00 · 91 B -
temps.rb
0 downloads ·
2026-03-02 05:10:31 +03:00 · 1.1 KiB
-
Source code (ZIP)
mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-24 22:06:00 +03:00