2023-11-28 22:06:33 +02:00
..
2023-07-24 16:20:37 +03:00
2023-11-28 22:06:33 +02:00

Dictionary

Look up word definitions using the Free Dictionary API.

Usage

Type in <prefix><word to define>, where prefix is the configured prefix (default in Configuration).

Configuration

// <Anyrun config dir>/dictionary.ron
Config(
  prefix: ":def",
  max_entries: 5,
)