Hacker News new | ask | show | jobs
by ogrim 4952 days ago
I am curious what terminal people use on Windows. I find MSYS to be very good, since it lets me work just as I would on Linux with Emacs-style editing.
4 comments

Besides Console2 mentioned in another comment, there is also ConEmu (https://code.google.com/p/conemu-maximus5/), which incidentally has support for Clink (again mentioned in another comment!)

PS: There is also a somewhat extended version of Console2 here by a different author: https://github.com/cbucher/console which I like.

I'm using Console2 (http://www.hanselman.com/blog/Console2ABetterWindowsCommandP...) and Powershell. Not as nice as a real Linux environment, but Console2 has tabs which makes it bearable.
Cygwin, with mintty and all the trimmings.

Or Clink - https://code.google.com/p/clink/

Clink is just what I need for those times I ahve to use cmd.exe - thank you for the tip!
Thank my brother, he's the author! :)
Wow! I didn't know there is readline support for cmd.exe. This is great.
I use cygwin with screen (no tmux on windows sadly), vim, and a smattering of grep/sed/awk/etc.