An English language dictionary applet, perfect for quick access searching for words and definitions, or cycling through some random words to enrich your knowledge of the English language!
We use our own fork of the Wordset Dictionary, so please submit any additions or corrections there so we can guarantee these changes make it into the applet.
By far the best way to install the applet is through the official COSMIC™ Flatpak repository. Firstly, ensure you have Flatpak itself installed. You then should be able to search for and install the applet from the COSMIC™ Store, under the Applets category. Alternatively, you can ensure you have the correct repo enabled and install through the command line.
flatpak remote-add --if-not-exists --user cosmic https://apt.pop-os.org/cosmic/cosmic.flatpakrepo
flatpak install dev.cappsy.CosmicExtAppletDictThe applet can be installed directly from the AUR, and this will get you very latest code and not be tied to tagged releases. You will need base-devel and git if you don't have them already.
sudo pacman -S base-devel git
git clone https://aur.archlinux.org/cosmic-ext-applet-dict-git.git
cd cosmic-ext-applet-dict-git && makepkg -siYou're going to need to make sure you have the ability to compile Rust binaries, along with git and just
git clone https://github.com/cosmic-utils/cosmic-ext-applet-dict && cd cosmic-ext-applet-dict
just build-release
sudo just install- Wordset Dictionary - Open source, collaborative dictionary on which this applet is currently based
- Book icon used for the logo and applet icon by Dazzle Ui
- System76 and their COSMIC desktop environment
- COSMIC Utilities - Organization containing third party utilities for COSMIC™
