SSH Clients for Windows
-
@black3dynamite said in SSH Clients for Windows:
@coliver said in SSH Clients for Windows:
@scottalanmiller said in SSH Clients for Windows:
VIM will do that.
Right, but I think he means at the SSH client level?
Wouldn't the color schemes need to be setup on the remote side?
Correct. So you need a colour scheme supporting shell installed on Windows. SSH just shows whatever it connects to, the colours aren't from SSH.
-
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
That's going to be a program to program thing. As @scottalanmiller VIM will,
ls
will as well (I always be sure to have `alias ls="ls --color=auto") -
@travisdh1 said in SSH Clients for Windows:
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
That's going to be a program to program thing. As @scottalanmiller VIM will,
ls
will as well (I always be sure to have `alias ls="ls --color=auto")Does --color=auto work on Windows?
-
Chocolatey does colour coding natively...