View Single Post
  #1  
Old March 21st, 2008, 09:32 PM
blackoutspy blackoutspy is offline
Registered User
 
Join Date: Jun 2003
Location: oregon
Posts: 145
Thanks: 0
Thanked 0 Times in 0 Posts
blackoutspy is on a distinguished road
Piping text to Clipboard?

I find my self spending quite a bit of time in the terminal, and the work I do has me constantly taking some bits of information from the terminal and pasting them into other applications. I'm looking for a nice way to get text from the terminal to the clipboard. Something like:

"pwd > Clipboard"

I know that's never going to work but what I'm asking is if there's a semi nice way to do this, maybe piping the text to an apple script that will then place that text into the clipboard?

Does this even make sense to anyone?
Reply With Quote