All binaries
rg
ghcr.io/openotters/tools/rg:latestripgrep — fast, multiline, regex-aware grep. Pass argv (pattern + flags); --json output is parser-friendly. Supply input on stdin via 'rg -' or as paths in args.
Usage
Fast structured search. Standard ripgrep CLI:
{ "args": ["TODO"] } # current dir
{ "args": ["-n", "panic", "internal/"] }
{ "args": ["--json", "func main", "."] } # parser-friendly output
{ "args": ["-i", "deprecated"], "stdin": "..." } # read input from stdin
See https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md
Tags
4 tags- 15.1.0
- 15.1
- 15
- latest