mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 14:29:18 -04:00
iTerm fixes
This commit is contained in:
@@ -239,7 +239,10 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
|
||||
"""
|
||||
if application "iTerm" is running then
|
||||
tell application "iTerm"
|
||||
create window with profile "Default" command "%s"
|
||||
set newWindow to (create window with default profile)
|
||||
tell current session
|
||||
write text "%s"
|
||||
end tell
|
||||
end tell
|
||||
else
|
||||
activate application "iTerm"
|
||||
|
||||
Reference in New Issue
Block a user