mklement0 / ttab

macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings
283 stars 15 forks source link

ttab command opens new tab but no command prompt (Mac) #45

Closed lc-eu2cloud closed 2 years ago

lc-eu2cloud commented 2 years ago

Hi,

I apologize if this has already been resolved. I can use ttab just fine. The only thing that bothers me is that I have to use Ctrl-C to return to the command prompt after I open tab in current window. Otherwise, it just hangs.

Thanks for all the effort put into this. It's much appreciated :)

mklement0 commented 2 years ago

Thank you for the nice feedback, @lc-eu2cloud.

Can you provide more details about your problem? What OS and specific version? Can you provide a sample command that exhibits the problem?

lc-eu2cloud commented 2 years ago

Sure thanks for the prompt reply! Mac OS Mojave Version 10.14.6 I simply run "ttab" It opens a new tab in same window, but doesn't return to the command prompt so that I can enter commands. I hope that description helps

mklement0 commented 2 years ago

Unfortunately, the oldest macOS version I have access to is 10.15 (Catalina), and I don't see the problem there, neither in Terminal.app nor in iTerm2 3.4.16.

Which terminal application are you using and is there something unusual about your configuration?

lc-eu2cloud commented 2 years ago

I think I figured out the problem. I had uninstalled a version of node.js via homebrew, but didn’t remove it from my bash profile. Thus it got hung up on trying to read from the location where I installed node.js.

I will reinstall ttab tomorrow & see if it works. It’s also possible my macOS mojave version is not compatible with latest node.js & npm.

I appreciate you getting back to me & will keep you updated.

Sent from my iPhone

On Aug 29, 2022, at 10:01 PM, Michael Klement @.***> wrote:

 Unfortunately, the oldest macOS version I have access to is 10.15 (Catalina), and I don't see the problem there, neither in Terminal.app nor in iTerm2 3.4.16.

Which terminal application are you using and is there something unusual about your configuration?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

lc-eu2cloud commented 2 years ago

Great news! I reinstalled ttab via npm registry & it works just fine now. I apologize for assuming the issue had to do with ttab before thoroughly checking my own settings.

mklement0 commented 2 years ago

No worries - glad to hear it's resolved.