#!/usr/bin/env python import string, cgi, os, whrandom, pickle, sys import cgitb; cgitb.enable() #sys.path.insert(0, '/home/mu.org/home/gus/fm/fmblog') #import fmbloglib,fmblog print 'Content-type: text/html\r\n' print ''' gus mueller
purchase    software    freeware    programmer\'s tools



Download version 1.0 for MacOS X (10.1). (16k, and includes source)

Support shareware! toclip is $7 US dollars. Please register it here.

Usage: toclip [-hxe][-f path to file]

-e echo to stdout
-x paste string data from clipboard
-f copy file to clipboard
-h prints (this) help listing

Examples:
Two ways to copy /etc/passwd to the clipboard:
toclip -f /etc/passwd
more /etc/passwd | toclip

Paste string data from the clipboard to stdout (the terminal):
toclip -x

Paste string data from the clipboard to a file "temp.txt":
toclip -x > temp.txt

Tell toclip to copy /etc/passwd to the clipboard, and echo it to stdout
toclip -ef /etc/passwd

All things copyright © 2001, 2002 August Mueller

gmdc:
flying meat
contact
resume
photos
images
free font
cocoa bits
java bits
unix bits
osx bits
cvsdist
my words
mcommand
ja
links
my rss feed
book list
who\'s linken\'
login
wishlist
theories

people
andy
byron
jeff
jeremy
joe
kory
lynn
mary
murphy
ryan d

when bored
slashdot
maccentral
y! most viewed
cars
there gus
explodingdog
the onion
dotw
tonypierce
prior art
chimera

resources
Cafe au Lait
Cafe con Leche
design patterns
anitpatterns
java r.o.t.d
c.l.c
c.l.j
c.s.m.p.h
c.s.m.p.c



> All things copyright © 2001, 2002 August Mueller
gmdc:
flying meat
contact
resume
photos
images
free font
cocoa bits
java bits
unix bits
osx bits
cvsdist
my words
mcommand
ja
links
my rss feed
book list
who\'s linken\'
login
wishlist
theories

people
andy
byron
jeff
jeremy
joe
kory
lynn
mary
murphy
ryan d

when bored
slashdot
maccentral
y! most viewed
cars
there gus
explodingdog
the onion
dotw
tonypierce
prior art
chimera

resources
Cafe au Lait
Cafe con Leche
design patterns
anitpatterns
java r.o.t.d
c.l.c
c.l.j
c.s.m.p.h
c.s.m.p.c



'''