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?
How do you mean? That would be very difficult I would think.
-
VIM will do that.
-
@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?
Like command words are color coded?
-
@scottalanmiller said in SSH Clients for Windows:
VIM will do that.
Right, but I think he means at the SSH client level?
-
Is that even a thing? Maybe I am just wishing for rainbows and unicorns.
-
@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?
-
@Donahue said in SSH Clients for Windows:
Is that even a thing? Maybe I am just wishing for rainbows and unicorns.
That's part of the shell. I don't know if CMD or PowerShell support that. BASH does. If you install BASH you should have that.
-
@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...