Super simple electron based menubar app for transliterating from latin to russian.
- Start app. The app will appear as tray menu.
- Press
Shift+Alt+V
or click the tray icon to show the transliterator window. - Type in the latin text, then press
Shift+Enter
. Copy, paste, whatever... - Press
Escape
to hide the app.
- run
npm install
. - run
npm run-script build
to make Vladimizr.app. - run
electron .
to run app from CLI without building Vladimizr.app.