def.sh: added
dictionary definition wrapper over sdcv
This commit is contained in:
parent
d9fd7d45bb
commit
943483b0d4
6
programs
6
programs
@ -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
|
||||
|
@ -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
5
src/.local/bin/def.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# sdcv dictionary wrapper (for HTML rendering)
|
||||
|
||||
sdcv -n --utf8-output "$@" 2>&1 | \
|
||||
w3m -T text/html -dump -
|
Loading…
Reference in New Issue
Block a user