yodalee / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Sync dictionary on multiple hosts #102

Open yodalee opened 6 years ago

yodalee commented 6 years ago

Thanks for the great tool first of all (I've been using mozc for more than 5 years on Ubuntu, Android and OSX)!!

How do people keep the dictionary synchronized on multiple computers?

Since I do not find a feature in mozc to do that AFAICT, what I do is to use file sync tool (e.g. Dropbox) to keep the exported dict file. That works ok but only ok since it can get cumbersome whenever adding changes to the dict, as the dict is read in by the mozc is separate from the exported dict file I think and I'll have to manually update the dict on every host (I use more than 4 hosts on daily basis).

If this usecase makes sense, would that be considered as an enhancement?