An open API service indexing awesome lists of open source software.

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

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