Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am julme on github.
* I am julme (https://keybase.io/julme) on keybase.
* I have a public key whose fingerprint is 395E F00E 4F2C 2FE4 72B5 DCC2 D3A2 0F72 3A95 90BA
To claim this, I am signing this object:
@julme
julme / open here.scpt
Created March 16, 2016 13:29
Open here iTerm 2.9 Finder toolbar script
on run
tell application "Finder"
try
set this_folder to (the target of the front window) as alias
on error
set this_folder to startup disk
end try
my process_item(this_folder)
end tell