Skip to content

Lookup and insert translations from dict.cc without leaving emacs

Notifications You must be signed in to change notification settings

mooseyboots/dictcc.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dictcc.el

An interface to look up translations on dict.cc without leaving emacs.

Installation

You can get it from melpa:

M-x package-install dictcc

Commands

The main command in this package is dictcc, which prompts you for a query and lets you pick a translation through a completion interface (either ivy or helm). There is another convenience command dictcc-at-point that searches for the word at point or the content of an active region.

Showcasing dictcc

Customization

  • dictcc-source-lang: First language to look up words in (Default "en")

  • dictcc-destination-lang: Second language to look up words in (Default "de")

    Despite the names source and destination, dictcc actually just looks up queries in both languages at once. This means that it does not matter if you specify the attributes as "de" and "fr" or "fr" and "de".

  • dictcc-completion-backend: Which completion backend to use (Default 'ivy). If you have helm installed but not ivy, it will be set to 'helm automatically

About

Lookup and insert translations from dict.cc without leaving emacs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 95.3%
  • HTML 4.7%