# from the command-line
open -b com.apple.terminal "$1"
# from inside an Automator service - best linked as a folder service
open -b com.apple.terminal "$@"
Opens the Terminal window at the specified directory. Can be included in an Automator service to provide right-click access to the folder inside Terminal.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.