You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use Hyper and iTerm looks good for me, no redundant commands in opened windows.
I will look into it, but can't promise any ETA. Will be happy to see PR to fix it :)
Maybe @dimitrieh (author of Hyper integration) can help us?
Thank you for the quick update. After some research, it seems that this is something that Hyper itself would need to change. The cd command is automatically invoked when you open Hyper with a path argument.
Actually, this isn't true. If you run open /Applications/Hyper.app --args ~/Downloads or some other arbitrary path, it will open at the given directory without the extra cd command at the top.
Edit:
Interesting. If you open Hyper with a path via the command line, it won't show the extra cd command. However, if you open a path with Hyper as in [NSWorkspace openFile:withApplication:], it will.
The screenshot below shows what the terminal looks like when using cdto to open Hyper. Is there a way to hide that first command?
The text was updated successfully, but these errors were encountered: