-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The cd command autocompletes local directories even on a remote ssh connection #14
Comments
Got it. For the moment, we will turn off autocomplete when you're in a remote machine. But we are exploring ways to make it work. SSH is encrypted, so understandably, tapping into a connection is hard! Will leave the issue open for the moment and use this as the space to discuss our progress on making it work. |
@falky97 could be possible to do with ssh tunnelling? 🤔 |
@dipakparmar Agree. Pseudo terminals also a possibility. Ideally something that fits within the running process. Ideas welcome. This stack exchange post I did may shed some more light. https://unix.stackexchange.com/questions/614052/get-working-directory-inside-ssh-client-process-from-outside-process. Answer was a bit cryptic 😬 |
Some more things to investigate:
|
v1.0.27 (just pushed) has fixed this.
Genius work from @mattschrage to get this working. |
When I ssh into another machine and use the cd command, it autocompletes directories from my local machine, not the remote
The text was updated successfully, but these errors were encountered: