Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 3d53001 commit ed6dd62
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
2 changes: 2 additions & 0 deletions open-with-application/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Open with Application

> Select any file in Finder, and with a single click, access the “Open With” option to choose any application for opening the file.

Expand Down
38 changes: 20 additions & 18 deletions open-with-application/src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@
<string>Open with Application</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>jumpto</key>
<string>alfred.action.openwith</string>
<key>path</key>
<string>{query}</string>
<key>type</key>
<integer>100</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.actioninalfred</string>
<key>uid</key>
<string>017C26A2-F7FD-441C-8FC5-53FB279A1090</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -67,26 +84,11 @@
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>jumpto</key>
<string>alfred.action.openwith</string>
<key>path</key>
<string>{query}</string>
<key>type</key>
<integer>100</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.actioninalfred</string>
<key>uid</key>
<string>017C26A2-F7FD-441C-8FC5-53FB279A1090</string>
<key>version</key>
<integer>1</integer>
</dict>
</array>
<key>readme</key>
<string>&gt; Select any file in Finder, and with a single click, access the “Open With” option to choose any application for opening the file.
<string># Open with Application
&gt; Select any file in Finder, and with a single click, access the “Open With” option to choose any application for opening the file.
## Usage
Expand Down

0 comments on commit ed6dd62

Please sign in to comment.