osx - run terminal commands from quicksilver -
i know there terminal plugin quicksilver invoke terminal commands runs in background , never popups terminal window. possible?
update:
i have following code in applescript giving me error:
do shell script "/path/to/shell.sh blah"
error:
curses.setupterm() _curses.error: setupterm: not find terminfo database
in quicksilver can use action "run command in shell", part of "terminal module". command run without showing window. search on quoted terms , you'll find examples.
Comments
Post a Comment