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
|
net-tools
|
||||||
libappimage
|
libappimage
|
||||||
nftables
|
nftables
|
||||||
|
sdcv
|
||||||
ufw
|
ufw
|
||||||
rofi
|
rofi
|
||||||
progress
|
progress
|
||||||
@ -125,10 +126,6 @@ radare2
|
|||||||
gdb
|
gdb
|
||||||
typst
|
typst
|
||||||
|
|
||||||
# .local/bin/calcpy/ script
|
|
||||||
ipython
|
|
||||||
python-sympy
|
|
||||||
|
|
||||||
# .local/bin/pyinstantref script
|
# .local/bin/pyinstantref script
|
||||||
python-pydbus
|
python-pydbus
|
||||||
xorg-xprop
|
xorg-xprop
|
||||||
@ -153,6 +150,7 @@ lowdown
|
|||||||
html-xml-utils
|
html-xml-utils
|
||||||
|
|
||||||
# for general compiling from source
|
# for general compiling from source
|
||||||
|
clang
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
meson
|
meson
|
||||||
|
@ -43,6 +43,8 @@ export npm_config_cache=$XDG_CACHE_HOME/npm
|
|||||||
export npm_config_prefix=$XDG_DATA_HOME/npm
|
export npm_config_prefix=$XDG_DATA_HOME/npm
|
||||||
# xpilot
|
# xpilot
|
||||||
export XPILOTRC=$XDG_CONFIG_HOME/xpilotrc
|
export XPILOTRC=$XDG_CONFIG_HOME/xpilotrc
|
||||||
|
# stardict
|
||||||
|
export STARDICT_DATA_DIR=$HOME/dox/doc/dic
|
||||||
|
|
||||||
# minrss scripts
|
# minrss scripts
|
||||||
export MRSS_DIR="$HOME/dox/rss"
|
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