gogui-convert

gogui-convert — Convert SGF and Jago XML Go game files to other formats.

Synopsis

gogui-convert [-config file] [ -format sgf | tex | xml ] [-werror] [-force] [-title s] infile outfile

gogui-convert -check [-werror] [-config file] infile

gogui-convert -help

gogui-convert -version

Description

Convert SGF and Jago XML Go game files to other formats.

Options

-check

Do not convert but only check if reading and parsing the input file succeeds.

-config file

Read command line options and arguments from the given file.

-force

Overwrite existing files.

-format

Specify the output format. If this option is not used, the output format will be derived from the file extension of the output file name. Supported formats are sgf, xml, tex (LaTeX files using PSGO style).

-help

Display help and exit.

-title s

Specify section title to be used in the LaTeX document before the Go diagram.

-version

Print version and exit.

-werror

Handle warnings when reading the input files as an error.