shclip/filter.sh

7 lines
186 B
Bash
Raw Normal View History

2023-12-18 23:14:55 -06:00
# 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
'