Using Rob's first suggested alternative works great for me!

I encapsulate a customized date command in a little python script as per 
below and voila.
I am curious about the comma trick. Would it work with the extra 2-second 
sleep I put in ;-)?

#!/usr/bin/env python

import os

import time

time.sleep(2)

os.system("printf `date +%Y-%m-%d`' ' | pbcopy")

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to