Skip to content

zhengyhn/youdao-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Youdao online dictionary query for Emacs in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published