a very lightweight popup dictionary written in C
Go to file
2023-05-09 12:51:38 +02:00
config.h initial commit 2023-05-09 12:51:38 +02:00
dictpopup initial commit 2023-05-09 12:51:38 +02:00
LICENSE initial commit 2023-05-09 12:42:03 +02:00
Makefile initial commit 2023-05-09 12:42:03 +02:00
popup.c initial commit 2023-05-09 12:51:38 +02:00
README.md initial commit 2023-05-09 12:51:38 +02:00

dictpopup

It's a very lightweight program to show a popup with the translation of the selected text. It uses sdcv for the dictionary lookup and a slightly modified version of herbe to display the popup.

Dependencies

xclip, sdcv

Setup

Compile with make and place dictpopup as well as popup in your PATH.

Usage

call dictpopup to translate and display the popup of the selected text. You can also use popup like popup "Hello" for other things.