tenseleyflow/ndotfiles / ef70647

Browse files

raycast thingy attempt

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
ef7064731cac661c355586719595e2fa92e31e96
Parents
dfbf18b
Tree
8a53a1f

1 changed file

StatusFile+-
A Script/new-iterm-window 14 0
Script/new-iterm-windowadded
@@ -0,0 +1,14 @@
1
+#!/bin/bash
2
+
3
+# Required parameters:
4
+# @raycast.schemaVersion 1
5
+# @raycast.title New iTerm Window
6
+# @raycast.mode silent
7
+
8
+# Optional parameters:
9
+# @raycast.icon 🖥️
10
+# @raycast.description Spawn a new iTerm2 window
11
+# @raycast.packageName iTerm2
12
+
13
+# Spawn new iTerm2 window
14
+open -n -a iTerm