You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reveals `/path/to/file.txt` in Finder, but using a `file://` URL instead of a path.
83
85
84
-
## How to get an app's bundle ID
86
+
## Bonus: How to get an app's bundle ID
85
87
86
88
You can drag and drop any app onto the OpenAny application icon to extract its bundle ID.
87
89
@@ -91,8 +93,6 @@ You can drag and drop any app onto the OpenAny application icon to extract its b
91
93
<imgsrc="screenshots/openany_bundle-id.png"alt="Screenshot of the Bundle ID extractor"width="300">
92
94
4. then close it (and quit the app).
93
95
94
-
> ⚠️ For apps, you need the bundle identifier. PR's welcome for lookup of application by name!
95
-
96
96
## Why `file://`?!
97
97
98
98
### Easy parsing reason
@@ -139,14 +139,14 @@ The query parameters are called the URL's _payload._
139
139
### List of possible `VERB`s
140
140
141
141
- For the `app` host
142
-
- with `BUNDLE_ID` being the `SUBJECT`:
142
+
- with `APP_ID` (a bundle identifier or app name) being the `SUBJECT`:
143
143
- (none): Launches the app. Alias ans shorthand to `launch`.
144
-
-`launch`: `/app/BUNDLE_ID/launch`
145
-
-`view`: `/app/BUNDLE_ID/view` opens a file, specified by the payload, in the app. Alias for `/file/openwith/BUNDLE_ID`.
144
+
-`launch`: `/app/APP_ID/launch`
145
+
-`view`: `/app/APP_ID/view` opens a file, specified by the payload, in the app. Alias for `/file/openwith/APP_ID`.
146
146
- For the `file` host:
147
147
-`reveal`: Reveal a file, specified by the payload, in Finder.
148
148
-`open`: Open a file, specified by the payload, in the default app.
149
-
-`openwith`: Open a file, specified by the payload, with the app being the `OBJECT`. Alias for `/app/BUNDLE_ID/view`. Example: `openany://file/openwith/com.apple.textedit?path=/path/to/file.txt` opens `/path/to/file.txt` in TextEdit.
149
+
-`openwith`: Open a file, specified by the payload, with the app being the `OBJECT`. Alias for `/app/APP_ID/view`. Example: `openany://file/openwith/com.apple.textedit?path=/path/to/file.txt` opens `/path/to/file.txt` in TextEdit.
0 commit comments