You can always specify one or more BibTeX files to load by simply listing their filenames. Take care to
specify all options before your list of file names. You must make sure the first file name is not misunderstood
as being an argument for an option - this simply means that if a boolean option like -n
or
-l
immediately precedes a file name, add the word "true" as an argument. For instance, the command
line:
jabref -o filetoexport.xml,docbook -n true original.bib
will correctly load the file original.bib
, export it in docbook format to filetoexport.xml
,
and suppress the GUI. The word true prevents the file name from being interpreted as an argument to the
-n option.
This option is useful for performing file conversion operations from the command line or a script.
-h
option to get a list of availiable import formats.
If an output option is also specified, an import will always be processed before it, and the imported or
loaded file will be given to the export filter. If the GUI is not suppressed using the -n
option,
any imported or loaded file will show up in the main window.
The -i option can be specified only once, and for one file only.
-i
option, that database will be exported. Otherwise, the last file
specified (and successfully loaded) without the -i
option will be exported.
If only a filename is specified, it will be saved in BibTeX format. If the filename is followed by a comma and an export format, the given export filter will be used. A custom export filter can be used in this way, and will be preferred if the export name matches both a custom and a standard export filter.
Use the -h
option to get a list of availiable export formats.
If the -n
option has not been invoked, any export operation will be performed before the JabRef
window is opened, and the imported database will show up in the window.
The -o option can be specified only once, and for one file only.
-x
option. After importing, JabRef will start normally.