Skip to main content

start opening photos.app

ID
18e63ef
date
2023-05-14 06:59:25+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
f131afa
message
start opening photos.app
changed files
1 file, 6 additions

Changed files

actions/open_photos_app.applescript (0) → actions/open_photos_app.applescript (143)

diff --git a/actions/open_photos_app.applescript b/actions/open_photos_app.applescript
new file mode 100644
index 0000000..281465a
--- /dev/null
+++ b/actions/open_photos_app.applescript
@@ -0,0 +1,6 @@
+on run argv
+  tell application "Photos"
+  	spotlight media item id "3EF7B3B2-E7F9-4775-A568-3F21F278B833/L0/001"
+  	activate
+  end tell
+end run
\ No newline at end of file