Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:33

Install

One-liner (macOS/Linux, installs to ~/.local/bin):

curl -fsSL https://raw.githubusercontent.com/aurokin/reddit_cached/main/install.sh | bash

Homebrew:

brew install aurokin/tap/reddit-cached

With Bun installed:

bunx reddit-cached --help

Or download a tarball below for your platform and verify against SHA256SUMS:

# macOS
shasum -a 256 -c SHA256SUMS
# Linux
sha256sum --check SHA256SUMS

Targets

  • reddit-cached-darwin-arm64.tar.gz — macOS Apple Silicon
  • reddit-cached-darwin-amd64.tar.gz — macOS Intel
  • reddit-cached-linux-amd64.tar.gz — Linux x86_64
  • reddit-cached-linux-arm64.tar.gz — Linux ARM64
  • reddit-cached-extension.zip — companion browser extension (unzip, then "Load unpacked" in Chrome)
  • reddit-cached-extension-firefox.zip — companion browser extension (unzip, then "Load Temporary Add-on" in Firefox)

Full Changelog: v0.1.0...v0.1.1