Skip to content

v0.1.1

Latest

Choose a tag to compare

@amitkoth amitkoth released this 20 Jul 22:42

Tallyfy CLI v0.1.1

Deterministic, scriptable Tallyfy workflow automation for your terminal.

Changelog

Other changes

  • 6e80f43 Fix silent kick-off data loss on process launch

Install

Homebrew (macOS and Linux)

brew install tallyfy/tap/tallyfy

Direct download (macOS/Linux) - verify, extract, run:

curl -fsSLO https://github.com/tallyfy/cli/releases/download/v0.1.1/tallyfy_0.1.1_darwin_arm64.tar.gz
curl -fsSLO https://github.com/tallyfy/cli/releases/download/v0.1.1/checksums.txt
shasum -a 256 --check --ignore-missing checksums.txt
tar -xzf tallyfy_0.1.1_darwin_arm64.tar.gz tallyfy

Windows: download the windows zip, then run Unblock-File .\tallyfy.exe
(binaries are not yet Authenticode-signed).

Note on unsigned binaries: this release is not code-signed or notarized yet.
Homebrew installs work out of the box. If your browser downloaded the archive
on macOS, clear the quarantine flag: xattr -d com.apple.quarantine ./tallyfy
(curl/wget downloads are not quarantined). See README > Installation.