Skip to content

gifgrep

Version 2026.144.1443
Repo superproject

GIF search and download CLI installed from source via go install Installs the gifgrep Kong-based CLI (github.com/steipete/gifgrep) with go install, landing the binary at ${HOME}/go/bin/gifgrep (GOPATH=~/go, with ~/go/bin appended to PATH). The install is verifiable without the network: the binary is present and executable, and gifgrep --help runs (exit 0) and prints its Kong usage banner listing the search/tui/still/sheet subcommands.

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
run command=go install github.com/steipete/gifgrep/cmd/gifgrep@latest go clean -cache
check the gifgrep binary is installed at ~/go/bin/gifgrep
check running gifgrep –help exits 0 and prints the Kong usage banner
check command=test -x ${HOME}/go/bin/gifgrep