Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Shortcuts.app Integration Category #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

2b3pro
Copy link

@2b3pro 2b3pro commented Jan 19, 2025

Adds support for running Apple Shortcuts through AppleScript integration.

Key features:

  • Introduces run_shortcut command to execute shortcuts programmatically
  • Uses Shortcuts Events for background execution without opening the Shortcuts app
  • Supports optional input parameters for shortcuts
  • Includes error handling and success/failure reporting

Implementation:

  • Leverages the Shortcuts Events application for reliable background execution
  • Provides TypeScript schema validation for command parameters
  • Returns descriptive success/error messages for better debugging

Thanks for your consideration!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant