tomnomnom/gf
A wrapper around grep, to help you grep for things observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2908
- days_rel: n/a
- days_push: 816
- n_releases_24m: 0
Adoption not part of the score
2139 stars · 342 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gf is a Go-based command-line wrapper around grep that lets you save and reuse named regex patterns and flags as JSON files. It simplifies running complex grep commands, especially for code auditing and security research, and supports alternative search engines like the silver searcher.
Use cases
- grep for common patterns without typing complex regex
- audit codebases for potential vulnerabilities
- search large amounts of data with saved patterns
- find php input sources in source code
- use the silver searcher instead of grep with named patterns
- keep a version-controlled library of grep patterns
When to choose
- you frequently run complex grep patterns and want to name and reuse them
- you audit code for security issues and need consistent pattern matching
- you want tab-completion for your saved search patterns
- you want to swap grep for faster engines like ag while keeping the same interface
When to avoid
- you only need grep occasionally with simple patterns
- you need a full code search engine with indexing rather than a grep wrapper
- you need a GUI-based search tool
Facets
cli-tool · maturity stable
search-engine developer-tools cli security developer-tools windows cli grep-wrapper pattern-matching bug-bounty code-auditing shell-completion command-line linux macos
1 source
- readme: https://github.com/tomnomnom/gf · fetched 2026-08-28 · 3a33d76a3ab7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tomnomnom/gf | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem