From a90f46b1c5df96777aa0acea1f750a29f17f41e6 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 29 May 2023 22:28:24 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6bf5ee..2dfa8b2 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This is a very lightweight program to show a popup with the translation of the s ![screenshot-2023-05-28-08-34-19](https://github.com/GenjiFujimoto/dictpopup/assets/50422430/179ad9f9-b4fa-4731-92c6-105ced37c353) ## Dependencies -sselp (can be replaced with xclip -o), sdcv. \ -Optional: lynx (for html support) +xclip , sdcv. \ + ## Setup First setup [sdcv](https://github.com/Dushistov/sdcv) according to their github page. @@ -18,9 +18,8 @@ Uninstall with `sudo make uninstall` If you would like to automatically lookup a word on every selection, then take a look at the following script: https://github.com/GenjiFujimoto/shell-scripts/blob/main/selautolookup ## Usage -Call `dictpopup [html] []`.\ +Call `dictpopup []`.\ If no word as an argument is supplied, the selection is used.\ -If the string `html` is supplied as the first argument, then html support will be enabled.\ The popup can be dismissed by clicking on it. The styling can be changed in `config.h` and then recompile to apply.