gotdict-convert
This tool converts gotdict to a dictfile for conversion into a Kobo dictzip.
Images are supported on firmware 4.20.14601+.
Download
Pre-built dictionaries can be downloaded from the following links:
- GOTDict (with images, firmware 4.20.14601+): dictzip (dicthtml-gt.zip), source dictfile (gotdict.df)
- GOTDict (without images): dictzip (dicthtml-gt.noimg.zip), source dictfile (gotdict.noimg.df)
You can use dictutil to install the dictionaries, or see here for manual installation instructions.
Usage
Usage: gotdict-convert [options]
Version: dev
Options:
-g, --gotdict string The path to the local copy of github.com/wjdp/gotdict. (default "./gotdict")
-o, --output string The output filename (will be overwritten if it exists) (- is stdout) (default "./gotdict.df")
-I, --images Include images in dictfile
-h, --help Show this help text
To convert the resulting dictfile into a dictzip, use dictgen.
You can also use the parser as a Go library.