manateelazycat / sdcv

Emacs interface for sdcv (Stardict console version)
73 stars 14 forks source link

Refactor using json flags #31

Closed xFA25E closed 2 years ago

xFA25E commented 2 years ago

Refactor all calls to sdcv program using --json-output. This enables much better control over data. Also, this is a first step towards the realization of ewoc interface referenced in #27

For now, the format string on line 589 is copied directly from sdcv code, it should produce the same output.

manateelazycat commented 2 years ago

Thanks for your work! ;)