/oxfordcli

Based on python3, a tool use to explain word mean, data from en.oxforddictionaries.com

Primary LanguagePythonMIT LicenseMIT

Oxford CLI

base on python3, a tool used to explain English word meaning, data from en.oxforddictionaries.com

forthebadge

screenshot

how to start

  1. go to oxford developer to register account , get the Application ID && Application Keys
  2. add config.py in config/
  3. python3 cli.py

keybinding

  • tab autocomplete
  • enter search
  • ESC quit
  • 1-6 choose word
  • ↑ && ↓ scroll up && scroll down

TODO

  1. add history && bookmark
  2. fix content oversize can't display
  3. add oxford_cli to user command
  4. ...