Charles Leon
Charles Leon
Done
Any updates on this?
I rewrote the switching script in bash to make this a little faster if you guys are still using it: ``` #!/bin/sh BASE_DIR=$(dirname "$0") PROC_NAME=$(osascript ${BASE_DIR}/applescript/iterm2_getname.scpt) if [[ "$PROC_NAME" ==...
I know this is an old old issue but I rewrote the script in bash and its a bit snappier. ``` #!/bin/sh BASE_DIR=$(dirname "$0") PROC_NAME=$(osascript ${BASE_DIR}/applescript/iterm2_getname.scpt) if [[ "$PROC_NAME" ==...