Cmder is awesome. I use it as a better interface to msysgit (I don't find myself needing to actually work in `cmd.exe` much anymore).
I switched to it from Console2 pretty recently (last week, actually) and only have good things to say. I only wish I could use it with zsh without having to buy into the rest of cygwin (I find msys to be much better in nearly every way).
I'm not really an expert on the differences between msys and cygwin, but i believe msys solves a subset of the problems solved by cygwin, while remaining much closer to how the OS actually functions (instead of keeping windows and unix totally separate, it does its best to merge them).
Msysgit is part of the standard git distribution on windows, I believe, and so many people already have it installed. It comes with a bash-like shell, which is what I'm talking about in the post above.
Cmder was really awesome , the only problem I had with it is that it has so many settings , like tabing , and there is no way for disabling them. But as far as I can tell , Cmder is excellent tool , despite of my specific view about terminal application.
I am already a heavy user of Conemu, which this one apparently wraps. What new would I get by switching to this? What changes have it made to Conemu that one might like? I'm curious, always looking for a better experience.
Basically a prettier experience by default. If you've already customized Conemu to be prettier than default, you may not care, but if not, it is quite a difference. Also add Clink, which gives you a bunch of cmd tools that are defaults on Linux.
Cmd only gives you bash style keybinding, the "bunch of cmd tools" you are referring to is from mysysgit.
Anyway, neither of cmd or mysysgit is coming from cmder, and ConEmu has already made it straightforward to use these "add-ins". For me cmder is just a set of configs wrapping around ConEmu.
Great tool guys. something that was missing in windows for a long long time and we used to wish for something like this. i really love *nix terminal (especially mac terminal) and the best i could bake was putty with a monokai theme. but this is really cool tool.
? It does seem to contain everything. Note that it really is just a software package and wraps other software that of course doesn't live in that repo. (Conemu, git)
This looks great, but I don't see tabs as a feature of this, which is one of the really big things I miss when I have to work on Windows (which is thankfully quite rarely). I usually have a gnome terminal with a half dozen or more tabs (some named, some just in their usual locations) open when I'm working. I could use screen or tmux (and do when I work remotely), but tabs require less mental bandwidth, and maybe requires a different brain "core" for spatial processing (I dunno how these things work...but tabs feel less like work than cycling through screens in screen or tmux).
Nice to see Conemu with GNU Readline. Search history and auto completion are the features I always missed in Conemu. Thumbs up to the developers (of Clink as well).
There's a lot of comments here for which I want to reply: "Have you tried MobaXterm? It can do want you want, and much more".
But I don't want to be too imposing, so I'll just leave it here:
I love Cmder but went back to Console2 because I find it almost impossibly confusing to configure (there are 900 settings) and more importantly, it occasionally stops accepting input for ~5 seconds.
I hope the Windows 10 native console improvements are as good as they sound.
Yes, 120KB uncompressed.
It is statically linked using the VS2013 toolchain.
I test it on WindowsXP and use it on my Window7 dev machine.
And yes, Powershell works as well.
If you use PSReadLine, note that it sets the console to grab mouse events (like Far Manager does for example), so hold the override key (<ctrl>) when selecting or use RevokeMouseInput.ps1 script mentioned here:
I can recommend using conemu with Cygwin minty.
This gives you tabbed terminal, ssh command completion on. Windows. I probably should write a blog entry about this setup. Also native git. Do try it with Vagrant also.
40 comments
[ 3.1 ms ] story [ 89.1 ms ] threadI switched to it from Console2 pretty recently (last week, actually) and only have good things to say. I only wish I could use it with zsh without having to buy into the rest of cygwin (I find msys to be much better in nearly every way).
When would I use msysgit? Is it a competitor to Cygwin or does it solve a different problem?
I'm not really an expert on the differences between msys and cygwin, but i believe msys solves a subset of the problems solved by cygwin, while remaining much closer to how the OS actually functions (instead of keeping windows and unix totally separate, it does its best to merge them).
Msysgit is part of the standard git distribution on windows, I believe, and so many people already have it installed. It comes with a bash-like shell, which is what I'm talking about in the post above.
Main -> Tabs -> "Don't Show".
There is another setting to always start a new instance of ConEmu, which together seem like it might give you what you want.
Anyway, neither of cmd or mysysgit is coming from cmder, and ConEmu has already made it straightforward to use these "add-ins". For me cmder is just a set of configs wrapping around ConEmu.
My only gripe with it is that it regularly loses keystrokes when using Autohotkey for text expansion.
Only thing I miss is broadcasting keystrokes to multiple panes when i'm ssh'ed to multiple servers
http://babun.github.io/
http://mobaxterm.mobatek.net/features.html
I hope the Windows 10 native console improvements are as good as they sound.
https://github.com/kobilutil/wincon
It is a 120kb single file executable, with no dependencies. No install, no setup and no config needed.
/shameless plug
Will it host Powershell?
I test it on WindowsXP and use it on my Window7 dev machine. And yes, Powershell works as well.
If you use PSReadLine, note that it sets the console to grab mouse events (like Far Manager does for example), so hold the override key (<ctrl>) when selecting or use RevokeMouseInput.ps1 script mentioned here:
https://code.google.com/p/conemu-maximus5/issues/detail?id=1...
see here as well
https://github.com/lzybkr/PSReadLine/issues/197
Up untill now wincon have only been tested on WindowsXP and Windows7. I still need to add Windows8 to the test cycle.
Sorry for the possible confusion.
Added to my bin\ folder.
Is the color selection based on ANSI escape sequences? Does it handle UTF-8?