This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |