swe
is a command-line interface to the great Swedish-English dictionary "Folkets lexikon". It works 100% offline. Users can explore translations, idioms, synonyms and more. It can also be used for finding words containing specific substrings, and for listening to the pronunciations of words. Since version 0.3, it can also access Wiktionary.
swe.mp4
You can run swe
using uvx swe
, or install it using uv tool install swe
or pipx install swe
The repository includes a Zsh completion file _swe to enhance the user experience by enabling word auto-completion.
To enable Zsh completion, do the following:
cp swe/_swe ~/.zsh/completion/_swe
chmod +x ~/.zsh/completion/_swe
You will need to restart Zsh for the changes to take effect.
swe
- Enter interactive modeswe ord
- Print the translation for the specified wordswe -s ord
- Print all words containing the specified substring ("ord" in this example).