rippy-cli 0.1.2

A shell command safety hook for AI coding tools (Claude Code, Cursor, Gemini CLI) — Rust rewrite of Dippy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Stdlib rules for the OpenSSL command-line tool.
# Catch-all ask first, then allow overrides (last-match-wins).

[[rules]]
action = "ask"
command = "openssl"

[[rules]]
action = "allow"
command = "openssl"
flags = ["--help", "-h"]

[[rules]]
action = "allow"
command = "openssl"
subcommands = ["version", "help", "list", "s_client"]