Multi-word shortcut names don't appear to run successfully #274
RosemaryOrchard
started this conversation in
General
Replies: 3 comments
-
It should work without the quotes, I’ll look into it.
- Brett
…On Nov 12, 2022 at 10:02 AM -0600, Rosemary Orchard ***@***.***>, wrote:
I'm wondering if this is something that is unique to me, as I tried what the docs pages say and it didn't work 🤪
If my Bunch includes:
(sc My Shortcut Name)
And I have a shortcut with the name My Shortcut Name, I find that the shortcut will not be run and the log will say that the shortcut My could not be run.
I've worked around this by changing my actions to:
(sc "My Shortcut name")
That's fine, that seems to work, but the documentation has numerous examples without quotation marks with multi word names. So have I broken my Shortcuts somehow? 😁
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just pushed beta build 170, assuming you're running the beta, please
update and let me know if it solves the issue.
…-Brett
On 12 Nov 2022, at 10:02, Rosemary Orchard wrote:
I'm wondering if this is something that is unique to me, as I tried
what the docs pages say and it didn't work 🤪
If my Bunch includes:
```sh
(sc My Shortcut Name)
```
And I have a shortcut with the name `My Shortcut Name`, I find that
the shortcut will not be run and the log will say that the shortcut
`My` could not be run.
I've worked around this by changing my actions to:
```sh
(sc "My Shortcut name")
```
That's fine, that seems to work, but the documentation has numerous
examples without quotation marks with multi word names. So have I
broken my Shortcuts somehow? 😁
--
Reply to this email directly or view it on GitHub:
#274
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the very delayed reply—it works perfectly now! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if this is something that is unique to me, as I tried what the docs pages say and it didn't work 🤪
If my Bunch includes:
And I have a shortcut with the name
My Shortcut Name
, I find that the shortcut will not be run and the log will say that the shortcutMy
could not be run.I've worked around this by changing my actions to:
(sc "My Shortcut name")
That's fine, that seems to work, but the documentation has numerous examples without quotation marks with multi word names. So have I broken my Shortcuts somehow? 😁
Beta Was this translation helpful? Give feedback.
All reactions