mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
6 lines
130 B
AppleScript
6 lines
130 B
AppleScript
tell application "Finder"
|
|
make new Finder window
|
|
set target of front window to path to home folder as string
|
|
activate
|
|
end tell
|