Михаил Флейтман
Михаил Флейтман
@NghiaTranUIT do you have any updates about this feature?
And delay ranges
Try: ```scpt tell application "iTerm" set newWindow to (create window with default profile) tell current session of newWindow write text "set -a && . ~/.proxyman/proxyman_env_automatic_setup.sh && set +a" end tell...
Or for new tab ```scpt tell application "iTerm" activate delay 0.5 -- A small delay for iTerm to create a window if (count of windows) is 0 then set newWindow...
@NghiaTranUIT yes, the iterm2 setup now works via proxyman. Perhaps you should add a check mark so that instead of a new window it makes a new tab (it's not...