riazj.com

source code for this website
git clone https://riazj.com/git/riazj.com
Log | Files | Refs | LICENSE

commit a6609a20613b5e513fbd7de4e34c267734edff57
parent adc9770d8a945ebd8091cd1a84c465f6c9d6d2eb
Author: Riaz <riaz@riazj.com>
Date:   Fri,  8 Aug 2025 16:16:41 -0700

Switch from dict to sdcv

Diffstat:
Marticles/dictionaries.html | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/articles/dictionaries.html b/articles/dictionaries.html @@ -27,6 +27,13 @@ alt + shift + d dict "$(dmenu -i -l 10 &lt; $XDG_STATE_HOME/wn.index)" &gt; "$definition"; \ [ -s "$definition" ] && st less -+F -c "$definition" </pre> +<p>2025 Aug 8th: I switched back to sdcv since the AUR has a repository with only the WordNet files without its programs.</p> +<pre> +alt + d + def="$XDG_RUNTIME_DIR/sdcv"; \ + sdcv -n "$(:|dmenu -p "Define:")" > "$def"; \ + [ -s "$def" ] && st less "$def" +</pre> <p>I no longer use the following hacky setup with GCIDE. Its custom markup sucks.</p> <pre> cd gcide