Skip to content

Dictionary and Spellcheck

Soliprem requested to merge Soliprem/dmscripts:master into master

This is for the addition of 2 scripts: spellchecker and dictionary. First, I must apoligise for the slight notification spam: I was not aware of the fact that by merging the testing branches to my local main branch I was going to close the previous merge requests. Secondly, both scripts have been tested with both rofi and dmenu, and are used by me daily on arch linux. Dictionary will use translate-shell to send a quick definition of the searched word to the terminal pager, and didyoumean do check the spelling on said word. spellchecker will take a word as an input, and present a list of words that might be what you meant to type. I personally use it to check if the spelling of a word is correct, as if you input a currect word into it, the word will be the first and default option. The dependencies for Dictionary are didyoumean and translate-shell. For spelcheck it's just didyoumean. dictionary is multilingual out of the box, as translate-shell parses google translate

Merge request reports