sed -i -e "s/{clipboard}/$current_clip/g" "$TMPFILE"
sed -i -e "s_{clipboard}_${current_clip}_g" "$TMPFILE"
# Check if there is a {cursor} placeholder
if grep -qF '{cursor}' "$TMPFILE";then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.