descriptionnone
ownernumbchild@gmail.com
last changeThu, 10 Feb 2022 14:01:01 +0000 (10 22:01 +0800)
content tags
add:
README.org
* About

Query the word smartly with goldendict as you think.


* Features

- query the word at the point or the region select word.


* Installation

** Goldendict

Make sure you have "*goldendict*" installed.

** use-package

#+begin_src emacs-lisp
(use-package goldendict
  :ensure t
  :bind ("<keybinding>" . goldendict-dwim))
#+end_src


* Usage

Bind command ~goldendict-dwim~ to any keybinding you want.
shortlog
2022-02-10 stardivinerUpdate library homepagemaster
2020-11-08 stardivinerFix #1 ensure goldendict program is started and running
2020-07-31 stardivinerdeactivate region mark after query word
2018-01-21 stardivineradd autoload cookie for command `goldendict-dwim`
2018-01-16 stardivinerInvoke with prefix [C-u], it will raise Goldendict...
2018-01-12 stardivineruse call-process instead of shell-command.
2018-01-11 stardivinerfirst workable version
2018-01-04 stardivinerInitial commit
heads
2 years ago master