Skip to content

Commit c76472b

Browse files
committed
Add script to open Arc browser
1 parent 3b6e96e commit c76472b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

chrome.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/bin/bash
2+
3+
# Required parameters:
4+
# @raycast.schemaVersion 1
5+
# @raycast.title Chrome
6+
# @raycast.mode compact
7+
8+
# Optional parameters:
9+
# @raycast.icon 🌐
10+
# @raycast.packageName Util
11+
12+
# Documentation:
13+
# @raycast.description Opens the Arc when instead of Chrome
14+
# @raycast.author Reza Kargar
15+
# @raycast.authorURL https://rezakargar.ir
16+
17+
open -a "Arc"
18+
19+
echo "Arc opened"

0 commit comments

Comments
 (0)