Skip to content

Query Command

Elliot Chance edited this page Apr 18, 2020 · 1 revision

The query command line tool has a query language for GEDCOM files heavily inspired by jq, in name and syntax.

Usage

The basic syntax of the tool is:

gedcom query -gedcom file.ged '.Individuals | .Name'

You can find the full language documentation in the q package:

https://godoc.org/github.com/elliotchance/gedcom/q

Clone this wiki locally