Skip to content

Dart CLI for macOS Dictionary Services. Look up words using system dictionaries.

Notifications You must be signed in to change notification settings

kascote/dictionary_osx

Repository files navigation

dictionary_osx

Dart CLI for macOS Dictionary Services. Look up words using system dictionaries.

Usage

# List available dictionaries
dart run bin/dictionary_osx.dart -l

# Look up a word (searches all dictionaries)
dart run bin/dictionary_osx.dart hello

# Look up in specific dictionary
dart run bin/dictionary_osx.dart -d "New Oxford American Dictionary" apple

# Show raw XML
dart run bin/dictionary_osx.dart --debug hello

Options

  • -l, --list - List available dictionaries
  • -d, --dictionary - Dictionary name or short name
  • --debug - Print raw XML after parsed output
  • -h, --help - Show help

Reference

About

Dart CLI for macOS Dictionary Services. Look up words using system dictionaries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages