I love TinyURL, but being the lazy person that I am, running my browser, navigating to tinyurl.com, entering a url (even using the clipboard), and then pushing a button is just too much work. So in the spirit of urlrun, I wrote a little utility that automates the interaction with tinyurl.com for me.
There's no UI for my program (command line or otherwise). Just copy a URL to the clipboard and run my program. It will read the clipboard, send the URL to tinyurl.com, and copy the results from tinyurl.com back into your clipboard; ready to be pasted into whatever email/document/etc that you were working on when you realized you needed a tiny URL.
I have a shortcut on my desktop that points to my little program, and which I've configured to launch when I press CTRL-SHIFT-T. So creating/getting a tiny URL for something is as easy as CTRL-C, CTRL-SHIFT-T, CTRL-V.
You can find the source & prebuilt binary here (requires .NET 1.1).
Posted
Aug 26 2005, 03:28 PM
by
mike-woodring