cross-platform

This commit is contained in:
2022-08-30 14:08:00 -07:00
parent 9e619c64b8
commit 54f30a3c4a
13 changed files with 942 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
# Based on the iTerm script
on run {input, parameters}
set myPath to POSIX path of input
set cmd to "/opt/homebrew/bin/nvim -p " & quote & myPath & quote
tell application "System Events" to tell process "kitty"
click menu item "New Tab" of menu "Shell" of menu bar 1
end tell
end run