🍺 BREW Explorer

← all formulae

gitql

brew install gitql v2.3.1 MIT

Git query language

11
30-day installs · #8363
12
90-day · #11373
68
365-day · #10233
6.3k
★ GitHub stars · updated 1y ago

Build dependencies

go

GitHub topics

git go hacktoberfest

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [
    "gql"
  ],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Git query language",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:08+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "gitql",
  "github_default_branch": "main",
  "github_last_commit_at": "2024-10-14T14:32:41Z",
  "github_readme_excerpt": "Gitql \n![](https://github.com/cloudson/gitql/workflows/CI/badge.svg) \n[![Go Report Card](https://goreportcard.com/badge/github.com/filhodanuvem/gitql)](https://goreportcard.com/report/github.com/filhodanuvem/gitql) \n[![Open Source Helpers](https://www.codetriage.com/filhodanuvem/gitql/badges/users.svg)](https://www.codetriage.com/filhodanuvem/gitql)\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License MIT\"\u003e\n\u003c/a\u003e\n===============\n\nGitql is a Git query language.\n\nIn a repository path...\n\n![how to use](howtouse.gif)\n\nSee more [here](https://asciinema.org/a/97094)\n\n## Reading the code \n\u26a0\ufe0f Gitql is my first golang project. If you are a beginner looking for using the project as a guideline (how to organise or make an idiomatic go code), I recommend you [polyglot](https://github.com/filhodanuvem/polyglot) instead. \n\n## Requirements \n- Go 1.16+ \n\n## How to install\n\nYou can access the [releases page](https://github.com/cloudson/gitql/releases) and just grab the binary. If you want to compile itself just run `go build .`.\n\n## Examples\n\n`gitql \"your query\" `  \nor  \n`git ql \"your query\" `\n\nAs an example, this is the `commits` table:\n\n| commits |\n| ---------|\n| author |\n| author_email |\n| committer |\n| committer_email |\n| hash |\n| date |\n| message |\n| full_message |\n\n(see more tables [here](tables.md))\n\n## Example Commands\n* `select hash, author, message from commits limit 3`\n* `select hash, message from commits where \u0027hell\u0027 in full_message or \u0027Fuck\u0027 in full_message`\n* `select hash, message, author_email from commits where author = \u0027cloudson\u0027`\n* `select date, message from commits where date \u003c \u00272014-04-10\u0027`\n* `select message from commits where \u0027hell\u0027 in message order by date asc`\n* `select distinct author from commits where date \u003c \u00272020-01-01\u0027`\n\n## Questions?\n\n`gitql` or open an [issue](https://github.com/cloudson/gitql/issues)\n\nNotes:\n* Gitql doesn\u0027t want to _kill_ `git log` - it was created just for science! :",
  "github_repo": "filhodanuvem/gitql",
  "github_stars": 6295,
  "github_topics": [
    "git",
    "go",
    "hacktoberfest"
  ],
  "homepage": "https://github.com/filhodanuvem/gitql",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 11,
  "installs_365d": 68,
  "installs_90d": 12,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "gitql",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8363,
  "rank_365d": 10233,
  "rank_90d": 11373,
  "raw_hash": "96c5b0af0be34aeb",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/gitql.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.3.1",
  "versioned_formulae": [],
  "why_use_this": null
}