9 ms·
What exactly do you mean by even when in SSH or docker?
by yogevyuval 5y ago
What exactly do you mean by even when in SSH or docker?
- brendanfalk 5y agoAs in, if you SSH into a remote machine, Fig can offer completions for that remote machine. Same thing if you are running an interactive terminal for a docker container. This image may help clarify: https://fig.io/images/slideshow/screenshots/ssh.png https://fig.io/images/slideshow/screenshots/ssh.png
- krrrh 5y agoThis seems like black magic, but it really does raise a lot of questions about the telemetry issue. It's one thing to potentially leak information from your own machine, but leaking data from remote servers you ssh into requires a whole 'nother level of assurity around privacy. That said, it's pretty attractive because it's much harder to make a case to install fish on remote servers.
- evil-olive 5y agoI assume this is done by running 'ls' in the background and not showing the execution to the user, except as autocomplete suggestions? if I type 'sudo cp ' will it run 'sudo ls' to offer suggestions? this...is not good. my terminal should not be executing code on my behalf on remote servers I've SSHed to.