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