suckless_dictpopup/dictpopup
Konstantin f8326c783a
typo
2023-05-30 17:01:20 -04:00

5 lines
113 B
Bash
Executable file

#!/bin/sh
word=${1:-$(sselp)}
sdcv -n --utf8-output -e "$word" | tail -n +5 | perl -pe 's/<[^>]*>//g' | popup