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/tallyfyDirect 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 tallyfyWindows: 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.