Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 326 Bytes

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",
)