def.sh: added

dictionary definition wrapper over sdcv
This commit is contained in:
dogeystamp 2023-09-04 12:33:51 -04:00
parent d9fd7d45bb
commit 943483b0d4
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
3 changed files with 9 additions and 4 deletions

View File

@ -51,6 +51,7 @@ translate-shell
net-tools
libappimage
nftables
sdcv
ufw
rofi
progress
@ -125,10 +126,6 @@ radare2
gdb
typst
# .local/bin/calcpy/ script
ipython
python-sympy
# .local/bin/pyinstantref script
python-pydbus
xorg-xprop
@ -153,6 +150,7 @@ lowdown
html-xml-utils
# for general compiling from source
clang
cmake
ninja
meson

View File

@ -43,6 +43,8 @@ export npm_config_cache=$XDG_CACHE_HOME/npm
export npm_config_prefix=$XDG_DATA_HOME/npm
# xpilot
export XPILOTRC=$XDG_CONFIG_HOME/xpilotrc
# stardict
export STARDICT_DATA_DIR=$HOME/dox/doc/dic
# minrss scripts
export MRSS_DIR="$HOME/dox/rss"

5
src/.local/bin/def.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# sdcv dictionary wrapper (for HTML rendering)
sdcv -n --utf8-output "$@" 2>&1 | \
w3m -T text/html -dump -