I'm looking for console like the Gnome Terminal for Windows to replace cmd.exe. I'd like to have tabs and easy copy&paste. Do you know a tool like that?
|
|
Try Console and see if that fits your needs.
|
|||
|
|
|
Found similar question on stackoverflow. I'm the author of ConEmu (open source Console Emulator). ConEmu can be used with any console application or simple GUI tools (like PuTTY for example). ConEmu is a live project, open to suggestions. A brief excerpt from the long list of options:
Read Scott Hanselman's article about ConEmu. |
|||||
|
|
What you are looking for is a terminal emulator. A good cross-platform emulator is Terminator. |
||||
|
Mintty is a terminal emulator for Cygwin and Cygwin derivatives such as MSYS. It can be downloaded from here or it can be installed through Cygwin's setup.exe program, where it can be found in the Shells category. The Cygwin installer creates a shortcut for mintty in the Windows start menu. Features include:
|
|||
|
I am using a combination of Cygwin, CygwinPorts and Xming. Actually, I'm running RoxTerm instead of gnome-terminal, but the latter is also possible. This solution is somewhat heavyweight, but since I not only need the terminal emulation, but also the bash / perl / vim / gcc / make environment, X Window server et al., it perfectly fit my bill. It's possible to run X Window with Cygwin alone, but I found Xming easier to install and configure. And it gives you "the real thing", i.e. gnome-terminal, not something "almost like it". |
|||
|
|