pastebin |
|
Submitted By phriedrich |
DescriptionThis script sends the current copy'n'paste-buffer of OS X to pastebin.com and returns the URL for the paste.Just type "/pastebin" in a chat window and the resulting URL will appear in the chat. ChangesThe changes in version 0.3:
The changes in version 0.4: Works again with new design of pastebin.com. The changes in version 0.5: Small fix to fit pastebin's recent changes CommentsYou can reply to individual comments by clicking the "Reply" link next to each. # by Snupt on 09/26/10 at 19:34:30Fix for cyrillic:
on substitute() do shell script "export __CF_USER_TEXT_ENCODING=0x1F5:0x8000100:0x8000100; pbpaste | python ~/Library/Application\ Support/Adium\ 2.0/Scripts/pastebin.AdiumScripts/Contents/Resources/pastebin.py" return (result) end substitute # by phriedrich on 09/26/10 at 20:33:33Very nice hint. Haven't tried that, but will include in next version. Thanks!
# by mathuaerknedam on 03/25/11 at 17:58:02Any chance you'd be interested in making a version for gist.github.com?
# by phriedrich on 03/25/11 at 18:26:50I have never thought about, but yes, why not.
I'll have a look at this next week, and shouldn't be too difficult, but I wont promise anything. ;) # by phriedrich on 04/11/11 at 16:18:30Finished it today, but it's still „Pending Approval“. Meanwhile you can get it on my page: http://phriedrich.de/index.php?module...ew;0003.xml;
# by phriedrich on 04/11/11 at 16:18:47Finished it today, but it's still „Pending Approval“. Meanwhile you can get it on my page: http://phriedrich.de/index.php?module...ew;0003.xml;
# by phriedrich on 04/14/11 at 05:00:26Now also here: http://adiumxtras.com/index.php?a=xtr...tra_id=7979
Post a New CommentYou must be logged in to post comments. |
# by bittin on 10/04/08 at 22:10:16