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