Console like Gnome Terminal for Windows

70

Solution 1

Try Console and see if that fits your needs.

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

Solution 2

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:

  • 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/tilde style ;)

Read Scott Hanselman's article about ConEmu.

Solution 3

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:

  • Xterm-compatible terminal emulation.
  • Native Windows user interface with a simple options dialog.
  • Easy copy & paste.
  • Drag & drop of text, files and folders.
  • Ability to open files and URLs with Ctrl+click.
  • Comprehensive character encoding support, including UTF-8.
  • Wide character display and Windows IME support.
  • Window transparency, including glass effect on Vista and 7.
  • Options are stored in a text file. No registry entries.
  • Small program size and quick scrolling.

Solution 4

What you are looking for is a terminal emulator. A good cross-platform emulator is Terminator.

Solution 5

I am using Cygwin / CygwinPorts. 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. And it gives you "the real thing", i.e. gnome-terminal, not something "almost like it".

Share:
70

Related videos on Youtube

user3193610
Author by

user3193610

Updated on September 17, 2022

Comments

  • user3193610
    user3193610 over 1 year

    i have a data from database, like this :

    $data = "abcdefghi";
    

    I want to divide the data for each of the 3 characters, and added character newline. I was confused but did count the characters to split. I only know to use modulo ( % 3), if i print so like this :

    abc 
    def 
    ghi
    

    I do not know what syntax should be used. anyone can help me?

  • deamon
    deamon over 13 years
    Do I need to install Cygwin first?
  • Septagram
    Septagram over 12 years
    Window transparency, but no tabs? :\
  • Serge S.
    Serge S. almost 12 years
    This is actually terminal emulator for Cygwin
  • Maximus
    Maximus almost 12 years
    If you like it - please upvote on SuperUser Community Promotion Ads - 2012: meta.superuser.com/a/5023/139371
  • zhengtonic
    zhengtonic over 11 years
    Yep just found out about ConEmu. It should get much more attention. loving it
  • DevSolar
    DevSolar over 8 years
    First upvote three years later. :-D Actually, by now I no longer use XMing.
  • Varad Mahashabde
    Varad Mahashabde over 7 years
    I am elated by such features. Now, how to make sure my dad doesn't know? :P