vitorgalvao/custom-alfred-iterm-scripts

Build 3.0.5 Always open new tab

AaronRanAn opened this issue ยท 10 comments

Thanks for this awesome script!

I am using iTerm2 build 3.0.5 with custom_iterm_script_iterm_2.9.applescript, but alfred always open a new tab which I can't find a recent fix for this issue.

Is there any update on the script to set it to always run in current session? Sorry if I missed a fix in the forum or issue.

Many thanks!

+1.... I'm on 3.0.4 and every command opens a new tab. Would appreciate a fix. Thanks for your great work on this script! ๐Ÿ‘

After pasting the code into Alfred, change this line:

try
  select first window
-  set onlywindow to false
+  set onlywindow to true

works like a charm, thanks @RichDonnellan!

@RichDonnellan perfect. Thank you!

Like a charm @RichDonnellan +1

@AaronRanAn AWESOME! THUMBS UP!๐Ÿ‘

๐Ÿ‘

๐Ÿ‘

Piste commented

@RichDonnellan great workaround. Or is it a fix? Should we (I'm happy to do it) modify the existing script and do a pull request? Or is this yet another (3rd?) script for a specific version of iTerm?

This has now been merged in to the base. Apologies for the delay everyone.