Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 813 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 813 Bytes

youdao-dict

Youdao online dictionary query for Emacs in Linux

Requirement

  • GNU/Emacs or other Emacs
  • Linux/OS X
  • Curl
  • Online

Installation

Make sure you are in Linux or OS X and have curl installed.

Download or clone the repository and drop the directory into your .emacs.d/.

Load the files and requre the function like:

(add-to-list 'load-path "~/.emacs.d/plugins/youdao-dict")
(autoload 'youdao-dict "youdao-dict")

Usage

You can query a word by M-x youdao-dict. And you should add a keybinding:

(global-set-key (kbd "key-you-like") 'youdao-dict)

TODO

  • Local storage
  • Words table

Author

Yuanhang Zheng

Thanks