-
Notifications
You must be signed in to change notification settings - Fork 22
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.
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: