logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sgfsplit - split Smart Go Format (SGF) files into their component variations

Author

Description

sgfsplit takes a Smart Go Format (SGF) file containing variations, and splits it up into a series of
       files, named filename.0.sgf, filename.1.sgf, ..., one for each variation. The first file filename.0.sgf
       is the main line.

       sgfsplit also creates a shell script called filename.sgf2dg which contains suggested options for invoking
       sgf2dg on the individual files. In particular, a breakpoint is specified in each variation file so that a
       single diagram is created, the first move of the variation being move 1.

       The options(s) to sgfsplit, if specified, are incorporated into filename.sgf2dg and are passed as options
       to sgf2dg.  filename.sgf2dg may of course be edited before being invoked if different options are wanted
       for the different variations.

Name

       sgfsplit - split Smart Go Format (SGF) files into their component variations

See Also

sgf2dg(1) for description of the option(s).

Synopsis

sgfsplit [ option(s) ] file[.sgf|.mgt]

See Also