English dictionary lookup for QuickSheet — definitions, phonetics, examples, synonyms, and antonyms right on your desktop.
dict: <word> — full definition (parts of speech, examples, synonyms, antonyms)
dict: syn <word> — synonyms only
dict: ant <word> — antonyms only
Examples:
| Cell value | Output |
|---|---|
dict: serendipity |
Definition, phonetics /ˌsɛr.ən.ˈdɪp.ɪ.ti/, examples, synonyms |
dict: syn happy |
≈ Synonyms: cheerful, content, delighted, elated… |
dict: ant brave |
↔ Antonyms: afraid, cowardly, fearful… |
Results are written to cells below the anchor. No API key required. Definitions are cached for 1 hour.
git clone https://github.com/Deskworks/quicksheet-dict
cp quicksheet-extension.json ~/.config/quicksheet/extensions/dict/
# or register via QuickSheet extension managerUses the free dictionaryapi.dev API — no key, no rate limits for reasonable use. All parsing is done with System.Text.Json (BCL only, zero NuGet dependencies).
The extension implements the QuickSheet JSON-lines stdin/stdout protocol:
- Receives
{"type":"init"}→ responds with{"type":"register","prefix":"dict",...} - Receives
{"type":"activate","value":"dict: <word>"}→ responds with{"type":"write","cells":[...]}
- .NET 9 SDK
- Internet connection (for API calls)
- QuickSheet v0.1.0+
MIT