idx2rtf

Name

idx2rtf -- Convert an index to RTF.

Synopsis

idx2rtf [--help] [--version]

Description

idx2rtf converts an idxtools index file into Rich Text Format (RTF). RTF can be read by most word processors.

The index is read from standard input and the converted index is output to standard output.

Options

--help

Output brief help information.

--version

Display version information.

Example

idx2rtf < example.idx > example.rtf

Converts "example.idx" to RTF, writing the result to "example.rtf".