Convert dictionaries for MacOSX Dictionary App
npm install @ritou11/dictconv




> Author: Nogeek
>
> Email: ritou11@gmail.com
dictconv convert
Building would take some time, please be patient.
Require Node.js >= 12 to support ES module.
yarn global add @ritou11/dictconv or npm i -g @ritou11/dictconv
You'll also need gunzip, tar,cp,mkdir in your system path. They should be installed with MacOSX already.
dictconv [command]Commands:
dictconv raw Convert the startdict to xml
dictionary.
dictconv build [] Build the Mac dictionary from raw
data
dictconv convert [] Convert the startdict to Mac
dictionary.
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
`
`
dictconv raw Convert the startdict to xml dictionary.
Positionals:
stardict The path to the stardict file. [string] [required]
destPath The destination path. [string] [required]
`
`
dictconv build []Build the Mac dictionary from raw data
Positionals:
rawPath The path to the raw data files. [string] [required]
Options:
--version Show version number [boolean]
--name, -n The name of dictionary [string]
--install, -i Install the converted dictionary to the system
[boolean] [default: false]
`
`
dictconv convert []Convert the startdict to Mac dictionary.
Positionals:
stardict The path to the stardict file. [string] [required]
destPath The destination path. [string]
Options:
--version Show version number [boolean]
--name, -n The name of dictionary [string]
--install, -i Install the converted dictionary to the system
[boolean] [default: false]
``MIT