shclip/filter.sh

7 lines
186 B
Bash

# this file is run as a shell script for filtering text clips
# stdin is the current text clip, stdout is what gets put back in buffer
sed -E '
s/nitter.salastil.com/fxtwitter.com/g
'