diff --git a/bin/quote b/bin/quote new file mode 100755 index 0000000..6dab9be --- /dev/null +++ b/bin/quote @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +xclip -sel clip -o | sed -e 's/^/> /' | xclip -sel clip