1 2 3 4 5
#!/bin/sh tmp="$(mktemp)" wl-paste > "$tmp" viedit "$tmp" && wl-copy -n < "$tmp" shred -uz "$tmp"