Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.75k stars 3.4k forks source link

Open tabby here not work #10016

Open AAAatrox opened 1 month ago

AAAatrox commented 1 month ago

Version: 1.0.201 Platform: Windows x64 10.0.19045 Plugins: none Frontend: xterm-webgl

When I click Open tabby here in right click menu, tabby doesn't open a terminal in current directory.

Matthew-WSP commented 4 weeks ago

@AAAatrox what is your default Terminal in Tabby, and do you have a $profile set in that terminal?

I tested and observed the same behavior you note. I have a profile in my default terminal (PowerShell) and the profile specifies the opening directory using Set-Location <folder>. When I comment out this line, Tabby opens to the folder I specified.

Perhaps the solution to this is to change the Open Tabby Here arguments to include the -NoProfile argument, or to remove any specified locations in your profile