Gemini CLI
One-line setup
Section titled “One-line setup”rippy setup geminiwrites the hook stanza into Gemini CLI’s settings for you.
Manual setup
Section titled “Manual setup”Gemini CLI supports the
same PreToolUse hook shape. Use --mode gemini so rippy formats
verdicts the way Gemini expects:
{ "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "rippy --mode gemini" } ] } ] }}All .rippy.toml config rules apply
identically across Claude Code, Cursor, and Gemini CLI — the mode flag
only controls output formatting.