I have a small feature request: for Terminal and Finder would it be
possible to have a new window action?
Thanks,
G
For the Finder, opens a new window targeted to your desktop folder. If
you prefer it to open a window of your home folder, just change the
word desktop to home:
set dPath to path to desktop folder
tell application "Finder"
open dPath
end tell
For the terminal, you can use the following script, but you can also
activate QS, type a period to get a text entry, leave it blank and tab
over, type Terminal, and when you see "Run Text Command in Terminal"
hit enter. This will open a new Terminal Window, with a blank
command.
If you prefer an applescript solution to opening a terminal window
it's a one line applescript:
tell application "Terminal" to do script ""