Skip to content

Dm dictionary

Soliprem requested to merge Soliprem/dmscripts:dm-dictionary into master

This is a dictionary script: it uses translate-shell (in dictionary mode) to parse through google translate, which makes it multilingual out of the box. It also uses didyoumean (a small spellchecker package written in rust) to serve as a spellchecker. Typing "no" or simply "n" in the spellchecker box will simply pass the originally spelling typed by the user. This script was tested with both dmenu and rofi, although I personally use rofi most of the time. It should work with dmenu out of the box, and shellcheck gives no errors. Personally I use it daily, alongside the spellchecker, which I'm planning on fixing up and shipping next. This is my first ever contribution to an actual project, so I hope I didn't mess anything up. Kindest regards

Merge request reports