mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 19:44:26 -08:00
update
This commit is contained in:
9
setup/macos/NvimLauncherKitty.applescript
Normal file
9
setup/macos/NvimLauncherKitty.applescript
Normal 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
|
||||
Reference in New Issue
Block a user