Update README.md

added a TODO list, updated the images
This commit is contained in:
0 2023-06-02 11:13:38 -04:00 committed by GitHub
parent f8326c783a
commit b334b82db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.