rwxrob-dot/scripts/ix
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

15 lines
297 B
Bash
Executable File

#!/bin/sh
# The world's best pastebin terminal replacement. I'm so in love. You
# can call this from *within* vi!
if [ -n "$1" ]; then
exec curl -s "ix.io/$1"
fi
url=$(curl -s -F 'f:1=<-' http://ix.io)
wee "$url" 2>/dev/null
echo "$url"
which xclip >/dev/null || exit 0
echo "$url" | xclip