diff --git a/open terminal here.applescript b/open terminal here.applescript new file mode 100644 index 0000000..1187e7b --- /dev/null +++ b/open terminal here.applescript @@ -0,0 +1,2 @@ +tell application "Finder" to set p to POSIX path of (target of window 1 as alias) +do shell script "open -a Terminal '" & p & "'" \ No newline at end of file