Scroll to navigation

GORMTOOL(1) GNUstep Manual Pages GORMTOOL(1)

NAME

gormtool - access certain Gorm features from the command line

SYNOPSIS

gormtool [options] [input_file]

DESCRIPTION

gormtool allows the user to access certain Gorm features from the command line. It is a "hybrid" GNUstep tool/headless GNUstep application and does not require a X server to run.

OPTIONS

Imports a file in the .strings format and replaces the text in the model file with the mappings. It takes a parameter which is the strings file to be imported.

Exports a .strings file from the model file to the file specified by the parameter.

Imports an XLIFF1.2 file into the model file to the file specified by the parameter.

Exports an XLIFF1.2 file from the model file to the file specified by the parameter.

Parses the header given by the parameter passed in, it will break any existing connections if the class is instantiated.

Exports the named class (passed in as a parameter) to a file by the same name in the current directory.

Specifies this file is to be the one read... optional. If not used the last parameter is considered the input file.

Specifies the output file the model is to be written to.

BUGS AND LIMITATIONS

This tool is currently experimental and bugs are expected. Please report them; thanks.

SEE ALSO

GNUstep(7), Gorm(1)

AUTHORS

gormtool was written by Gregory John Casamento.

This manual page was written by Yavor Doganov <yavor@gnu.org> for the Debian project but it may be used by others.

COPYING

© 2024 Debian GNUstep maintainers

This manual page is distributed under the same license as the gormtool program.

June 2024 GNUstep