https://bugs.kde.org/show_bug.cgi?id=439143
--- Comment #1 from Dashon <dashonww...@pm.me> --- I found a way to do it after really getting into it with the tr command and reading some forums. It isn't exactly pretty, but it works. There are some prepended special characters that I can't seem to perfectly remove just yet. Here is the command that I'm using to dump the clipboard currently. It could definitely be refined a bit more: tr -cd '\11\12\15\40-\176' < /home/d-air1/.local/share/klipper/history2.lst | cut -c 10- | sed 's/string/\n /g' | cut -c 2- | sed 's/[(*&$.,: "]//' -- You are receiving this mail because: You are watching all bug changes.