fitztrev / shuttle

A simple shortcut menu for macOS
http://fitztrev.github.io/shuttle/
MIT License
4.55k stars 393 forks source link

‘tab‘ option not working #286

Open liuwei-network opened 1 year ago

liuwei-network commented 1 year ago

If I already have a terminal, the tab option doesn't work. After I click, nothing happens.

Mac Ventura.

raidinesh commented 1 year ago

Same issue with me any one tried to fix this issue?

prayforbirdies commented 1 year ago

Same Ventura 13.4 and I cant get shuttle to work at all. changed from nightly to stable and no luck. Tried iterm2 for the helluva it but that didnt do it either.

shuttle.json

"_comment": "For more information on how to configure, please see //fitztrev.github.io/shuttle/", "terminal": "iTerm", "iTerm_version": "stable", "open_in": "tab", "launch_at_login": true, "hosts": [

prayforbirdies commented 1 year ago

Hey so I fixed this on Ventura 13.4 by renaming by iterm profile back to default. You can also try adding this to your config

"default_theme": "your-profile name",

@raidinesh

tkvitko commented 7 months ago

I have the same issue on Mac OS 12.7.2 Ventura. When I set "inTerminal": "tab" for any host click on it does nothing. @prayforbirdies could you describe your above solution more detailed? Tried to understand it by can't. Thanks!