Ross ROSS = Recommend OSS · open-source software intelligence for agents

filhodanuvem/gitql

💊 A git query language observed · 2026-08-28

github.com/filhodanuvem/gitql · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4581
  • days_rel: n/a
  • days_push: 688
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6294 stars · 159 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Gitql is a CLI tool that provides a SQL-like query language for querying Git repository data such as commits, tags, and authors. It interprets queries like 'select hash, author from commits' directly against a repository path without needing a synced database.

Use cases

  • query git commit history with sql-like syntax
  • filter commits by author, date, or message content
  • list distinct commit authors in a repository
  • analyze commit messages across a repo from the command line
  • find commits containing specific text in their messages

When to choose

  • you want to query git metadata with SQL-like syntax instead of parsing git log output
  • you need quick read-only analysis of commits, tags, or authors in a repository
  • you prefer a single binary CLI over scripting git commands

When to avoid

  • you need to modify git history or repository data - gitql is strictly read-only
  • you need full SQL features like joins across complex queries
  • you want idiomatic Go code to learn from - the author recommends other projects

Facets

cli-tool · maturity maintenance

parser interpreter cli developer-tools version-control version-control developer-tools parsers cli go cross-platform windows git sql-like-query-language read-only commit-history-analysis command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
filhodanuvem/gitqlmain23

For agents

markdown · JSON · MCP: product_card(name="filhodanuvem/gitql")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem