Skip to content

Gemini CLI

Terminal window
rippy setup gemini

writes the hook stanza into Gemini CLI’s settings for you.

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.