Bit.ly |
|
Submitted By Remy Porter (t3knomanser) |
DescriptionBased on the turl AppleScript, this one does the same job, but using bit.ly's URL shortening service. Copy a URL from a browser window or wherever, type%_bt in an IM window, and hit enter- you'll send a bit.ly shortened version of the URL.
CommentsYou can reply to individual comments by clicking the "Reply" link next to each. # by Snupt on 09/26/10 at 17:48:40For registered bit.ly users:
on substitute() get the clipboard as text set theClipboard to the clipboard as text do shell script ¬ "curl --stderr /dev/null "http://api.bit.ly/v3/shorten?login=YO...OURKEY&uri=" & theClipboard & "&format=txt"" return (result) end substitute # by maxnikitin on 02/28/13 at 14:23:18It brokes file sending via adium. Please, fix it ^_^
Thanx for xtra, very nice plugin Post a New CommentYou must be logged in to post comments. |
# by EnzoFX on 02/25/10 at 04:34:33
That is the entire process would be done with just the one kb shortcut/or a short command. Where it would use the current firefox tab url.