Home

Awesome

github.com/elliotchance/gedcom

Build Status codecov GitHub release Join the chat at https://gitter.im/gedcom-app/community Maintainability


github.com/elliotchance/gedcom is an advanced Go-style library and set of command-line tools for dealing with GEDCOM files.

You can download the latest binaries for macOS, Windows and Linux on the Releases page. This will not require you to install Go or any other dependencies.

What Can It Do?

Packages

PackageDescription
GoDoc <br/> gedcomPackage gedcom contains functionality for encoding, decoding, traversing, manipulating and comparing of GEDCOM data.
GoDoc <br/> gedcom/qPackage q is the gedcomq parser and engine.
GoDoc <br/> gedcom/gedcomqGedcomq is a command line tool and query language for GEDCOM files heavily inspired by jq, in name and syntax.
GoDoc <br/> gedcom/htmlPackage html is shared HTML rendering components that are shared by the other packages.
GoDoc <br/> gedcom/utilPackage util contains shared functions used by several packages.