Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Sep 15, 2022
1 parent 9d9d59e commit 02e12d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Run installled macOS shortcuts

<a href='https://github.com/alfredapp/shortcuts-workflow/releases/latest/download/Shortcuts.alfredworkflow'>⤓ Download Workflow</a>

> On Alfred 4 use <a href='https://github.com/alfredapp/shortcuts-workflow/releases/download/2022.8/Shortcuts.alfredworkflow'>alternative link</a>
## About

Run `sc` to list all your shortcuts or `scd` to quickly filter them by folder name. Press ↩ to action.
Expand All @@ -14,8 +12,6 @@ Run `sc` to list all your shortcuts or `scd` to quickly filter them by folder na

To run a shortcut with an argument, use the Universal Action or invoke it with ⌘↩. Use the File Action to run a shortcut on a file.

⌥↩ opens the the shortcut for editing.
⌥↩ opens the shortcut for editing.

<a href='https://github.com/alfredapp/shortcuts-workflow/releases/latest/download/Shortcuts.alfredworkflow'>⤓ Download Workflow</a>

> On Alfred 4 use <a href='https://github.com/alfredapp/shortcuts-workflow/releases/download/2022.8/Shortcuts.alfredworkflow'>alternative link</a>
8 changes: 4 additions & 4 deletions Workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@
<dict>
<key>delimiter</key>
<string> </string>
<key>discardemptyarguments</key>
<false/>
<key>outputas</key>
<integer>1</integer>
<key>trimarguments</key>
Expand Down Expand Up @@ -904,7 +906,7 @@ rm "${tmp_file}"</string>
To run a shortcut with an argument, use the Universal Action or invoke it with ⌘↩. Use the File Action to run a shortcut on a file.
⌥↩ opens the the shortcut for editing.</string>
⌥↩ opens the shortcut for editing.</string>
<key>uidata</key>
<dict>
<key>0A77AD31-D9B7-4FE5-869D-ADAB4C03C845</key>
Expand Down Expand Up @@ -1054,10 +1056,8 @@ To run a shortcut with an argument, use the Universal Action or invoke it with
</dict>
<key>userconfigurationconfig</key>
<array/>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2022.9</string>
<string>2022.10</string>
<key>webaddress</key>
<string>https://github.com/alfredapp/shortcuts-workflow/</string>
</dict>
Expand Down

0 comments on commit 02e12d7

Please sign in to comment.