https://github.com/pkarpovich/shortcuts-remote-server
Remote MacOS Shortcut Executor: Trigger and manage shortcuts on your MacOS device remotely through HTTP requests for efficient automation and control
https://github.com/pkarpovich/shortcuts-remote-server
http-server macos shortcuts
Last synced: 3 months ago
JSON representation
Remote MacOS Shortcut Executor: Trigger and manage shortcuts on your MacOS device remotely through HTTP requests for efficient automation and control
- Host: GitHub
- URL: https://github.com/pkarpovich/shortcuts-remote-server
- Owner: pkarpovich
- License: mit
- Created: 2022-11-27T11:51:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T20:23:35.000Z (over 1 year ago)
- Last Synced: 2025-01-13T22:16:45.038Z (5 months ago)
- Topics: http-server, macos, shortcuts
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shortcuts Remote Server
Simple server to run a shortcut from iPhone or iPad on a remote MacOs computer
## Installation
Install with brew:
```
brew tap pkarpovich/apps
brew install pkarpovich/apps/shortcuts-remote-server
```## Example
Run shortcuts on remote computer
```bash
GET http://{{url}}/execute?name={{shortcut_name}}
```Note: The shortcut with `shortcut_name` must be created in the `Shortcuts` app of the user running the server