123

What are the best (i.e. bug free) Multi-tab command prompts in Windows?

They have them for Linux but Windows never seems to come out with one.

frusDev
  • 4,555
leeand00
  • 23,552

11 Answers11

148

Sorry for the self-promotion, I'm the author of another Console Emulator, not mentioned here.

enter image description here

ConEmu is opensource console emulator with tabs, which represents multiple consoles and simple GUI applications as one customizable GUI window.

Initially, the program was designed to work with Far Manager (my favorite shell replacement - file and archive management, command history and completion, powerful editor). But ConEmu can be used with any other 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:

  • Use any font installed in the system, or copied to a folder of the program (ttf, otf, fon, bdf)
  • Run selected tabs as Administrator (Vista+) or as selected user
  • Windows 7 Jump lists and Progress on taskbar
  • Integration with DosBox (useful in 64bit systems to run DOS applications)
  • Smooth resize, maximized and fullscreen window modes
  • Scrollbar initially hidden, may be revealed by mouseover or checkbox in settings
  • Optional settings (e.g. pallette) for selected applications
  • User friendly text and block selection (from keyboard or mouse), copy, paste, text search in console
  • ANSI X3.64 and Xterm 256 color
  • Quake/Tilda style
  • Change cursor position in command prompt (cmd, powershell) with mouse click (build 120618+)
  • Works on Chinese editions of Windows :)

Far Manager users will acquire shell style drag-n-drop, thumbnails and tiles in panles, tabs for editors and viewers, true colors and font styles (italic/bold/underline).

Try it. You may read some comments on StackOverflow.

Maximus
  • 20,835
52

Check out Console.

Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles

th3dude
  • 9,511
16

I realize this is 6 years after you posted the question. I've found PowerShell ISE to be an elegant solution.

There's a slight 2 second delay to start it up, but it's incredibly powerful and suitable as a tabbed command prompt in a Windows 7/8/10 environment.

It has a cleaner UI than many of the alternatives listed above, and it's built for PowerShell.

HSuke
  • 531
9

PromptPal is the best I have ever used.

Taptronic
  • 1,121
7

I think PowerCmd is a nice multitab cmd prompt software as well. It is shareware and has all the features I expected.

You can get it from http://www.powercmd.com/ enter image description here

xiao
  • 179
6

What about cmder? It seems to be very popular.

6

Windows Terminal and Windows Terminal Preview are distributed by Microsoft, so they are really worth mentioning.

For Windows Terminal or Windows Terminal Preview:

  1. Open Windows Store
  2. Search for Windows Terminal, or for Windows Terminal Preview
  3. Install

For me, the installation didn't work (I think because my pc is not connected to a Microsoft account), so I went to Microsoft's Github and installed the lastest release from an .msi:

  1. Go to https://github.com/microsoft/terminal/releases
  2. Download the latest release's .msi
  3. Click it to install

Bonus - Add to Context Menu:

If you want to add Windows Terminal or Windows Terminal Preview to the context menu, use the PowerShell script linked in this StackOverflow great answer.

HeyJude
  • 620
5

My recommendation (favorite commands is a killer feature):

ColorConsole

Features:

  • Favorites commands
  • Export to HTML and RTF
  • Copy,Paste,Cut...
  • Customizable font style and color
  • Tabbed working with multi cmd.exe.
  • Fast folder switch.
  • Portable

alt text

Gareth
  • 19,080
5

I recommend MobaXterm: it is a bash command prompt for Windows packaged in a multi-tab terminal with a lot of extra features (SSH, macros, bookmarks and much more).

Didier
  • 1,199
4

Windows native tab support will be released hopefully with 2018 fall Windows update.

Tabbed console support

nkef
  • 573
2

I recent but very mature already entrant to the Windows Consoles arena is Babun https://github.com/babun/babun It works similar to what you would find in a Bash-based console on a *nux machine but on any Windows OS, as a big plus all the familiar tools as ls, find, grep and more are there.

Arthur
  • 179
  • 1
  • 2