Using YubNub to recall short snippets of text
Sometimes I'm not in the mood for instant messaging. I'd like to have at hand a standard reply that I can paste into my chat client whenever I don't feel like engaging in an IM conversation. So I decided to create a YubNub command called jon-auto that displays a short snippet of text that I can paste into the IM window. The code for jon-auto is very simple:
Is YubNub the (social) clipboard of the web?
echo Auto-Response: Jon may not be in the mood for chatting right now. Please leave a message.It just uses the echo command to display a snippet of text.
Is YubNub the (social) clipboard of the web?