From b334b82db8a6f1c9c2f14d1999370382b5c1f19c Mon Sep 17 00:00:00 2001 From: 0 Date: Fri, 2 Jun 2023 11:13:38 -0400 Subject: [PATCH] Update README.md added a TODO list, updated the images --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0948228..c3e7c85 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This is a very lightweight program to show a popup with the translation of the selected text. It uses [sdcv](https://github.com/Dushistov/sdcv) for the dictionary lookup and a slightly modified version of [herbe](https://github.com/dudik/herbe) to display the popup. -![image](https://github.com/GenjiFujimoto/dictpopup/assets/50422430/c4a3663b-fd91-4a66-95ad-f1528071c932) +![image](https://files.catbox.moe/dx3hf5.png) -![screenshot-2023-05-28-08-34-19](https://github.com/GenjiFujimoto/dictpopup/assets/50422430/179ad9f9-b4fa-4731-92c6-105ced37c353) +![dict2](https://files.catbox.moe/r2ig4m.png) ## Dependencies most of them might be already installed. @@ -31,3 +31,12 @@ There is also a xresources patch from [herbe](https://github.com/dudik/herbe) that you could try to apply if you like. `popup` can also be used as a standalone program to show the contents of stdin. + + +## TODO +- [ ] not done yet +- [x] done + +- [ ] The ability to select and look up words within a popup's definition using the arrow keys. + +