Adium
Dock Icons Emoticons Contact List Styles Message Styles Sound Sets AppleScripts Status Icons Service Icons Menu Bar Icons Plugins Miscellaneous All
tny.cz - formerly tinypaste.com

tny.cz - formerly tinypaste.com

Submitted By Stuart (MagisterQuis)

Description

Effortlessly sends the contents of the copy/paste buffer to tny.cz.

Copy some text to send, and type /tny to send the text to tny.cz and send a link to that to the chat. /ftny is similar, except it enables syntax highlighting.

If $HOME/.tny.py exists with the contents username:md5hashedpassword, the contents of that file will be used to upload the data as a tinypaste user.

The following command will create the file:
perl -e 'print("Username: ");$u=<>;chomp($u);print("Password: ");$p=<>;chomp($p);$h=`md5 -q -s $p`;$d=$ENV{"HOME"};open(FH,">$d/.tny.py");truncate(FH,0);printf(FH"%s:%s",$u,$h);close(FH);'

You can either use the google code page for bug reports, requests, and to check out the code, or feel free to leave a comment below.

The source code for the main file may be found on tny.cz.

Changes

v0.2

Switched from tinypaste to tny.cz

Post a New Comment

You must be logged in to post comments.

Install | Download
3.11kb (57 downloads)

12345
1.00 / 1 votes
Current Version: 0.1
Last Updated: 08/26/12
Credits:
Written by MagisterQuis.
Heavily based on work by phredrich.