Skip to content

Commit

Permalink
new raycast snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 23, 2023
1 parent fdbb6bf commit a3e5fd3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .raycast_scripts/call-with-iphone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash

# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Call with iPhone
# @raycast.mode compact

# Optional parameters:
# @raycast.icon 📱
# @raycast.argument1 { "type": "text", "placeholder": "+1 514 555 1212" }
# @raycast.packageName Communication

# Documentation:
# @raycast.description Place a telephone call via your iPhone on Wi-Fi.
# @raycast.author Alexander JH Steffen
# @raycast.authorURL https://github.com/alexjsteffen

sleep 1
open "tel:https://$1"

0 comments on commit a3e5fd3

Please sign in to comment.