5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
xclip -o | xargs sdcv -n --utf8-output -e | tail -n +5 | sed 's|<br>|\n|g' | sed 's|<[^>]*>||g' | xargs -d "\n" popup
|