I don't know if feature requests go on the email list or not.
I wanted to suggest a new "Output" option for the "Filter Through Command" action. I think adding the option "Insert to Clipboard" would be useful. I notice I run a number of *nix commands on text (awk, tr, uniq, etc) but then it would be nice to have the option where to paste it.
---- Brian H binarynomad@gmail.com http://www.binarynomad.com
pbpaste and pbcopy are command line utilities for interacting with the clipboard. you can use these in your tm commands.
–Alex
On Aug 12 2007, at 00:00, Brian Huddleston wrote:
I don't know if feature requests go on the email list or not.
I wanted to suggest a new "Output" option for the "Filter Through Command" action. I think adding the option "Insert to Clipboard" would be useful. I notice I run a number of *nix commands on text (awk, tr, uniq, etc) but then it would be nice to have the option where to paste it.
Can't this already be done by piping the output to pbcopy?
Best, Mark