cfg/bin/strip-paste-buffer
Knut Ahlers d36e21b2f6
Add zwsp to prompt to make stripping easier
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-09-20 15:30:58 +02:00

4 lines
92 B
Bash
Executable File

#!/bin/bash
xclip -selection c -o | sed "s/$(printf '\u200b').*//" | xclip -selection c -i