tny.cz - formerly tinypaste.com |
|
Submitted By Stuart (MagisterQuis) |
DescriptionEffortlessly 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. Changesv0.2Switched from tinypaste to tny.cz Post a New CommentYou must be logged in to post comments. |