#!/bin/sh
# misspelled_words.sh
dcop knotify Notify notify spellcheckcomplete misspelled_words.sh "Misspelled words:$(echo -e '\n ')$(dcop klipper klipper getClipboardContents | aspell list | sort | uniq -c | sed 's/^ *//g; s/ /\*/' | tr "\n" ' ' | fold -s)" '' '' 2 0
