9 Reasons Why MinTTY is the Best Terminal on Windows
MinTTY is a fantastic piece of software that smoothes some of the edges of the Windows command line experience. You should use it and here’s why:
- MinTTY comes with Cygwin
Installing MinTTY is trivial: just select the mintty package in Cygwin’s setup.exe and point your Cygwin shortcut to C:\cygwin\bin\mintty.exe -. The trailing hyphen is important.
- Sane copy and paste
By default, MinTTY copies on select and pastes on right-click, just like Linux. However, you can make it behave like a typical Windows application and show a context menu upon right-click.
I won’t bother explaining how difficult copying and pasting is in standard Windows consoles.
- Resizing
MinTTY supports arbitrary window sizes, including maximized. Enough said.
- Works with less/emacs/ssh
Because MinTTY is based on PuTTY, it doesn’t display output strangely when running emacs over ssh, among other examples.
- It’s FAST
Anyone who has done command line work on Windows has surely noticed that, when a program spews output to the console, system performance nosedives. Sometimes, even the mouse cursor skips, making it hard to kill the program responsible.
MinTTY doesn’t have this problem — it uses minimal CPU, even under heavy load.
- Doesn’t bypass RSI Guard
Five years ago, I was diagnosed with repetitive stress injuries from programming. To make matters worse, I get obsessive when I work, and nothing can pull me away from the keyboard.
RSI Guard keeps my wrists and elbows pain-free by enforcing short, periodic breaks. However… years of exposure to RSI Guard has caused me to discover its holes. For example, native console windows bypass RSI Guard’s protection, so when RSI Guard blocked keyboard and mouse input, I would quickly switch to typing in a console window and continue to work. Because MinTTY is a standard Windows application, it closes this backdoor.
- Closes even when programs are backgrounded
Open a fresh Cygwin and type notepad & followed by exit. The Cygwin console sticks open until you close Notepad.
In MinTTY, you can always close the window, no matter how many background processes you’ve started.
- Alt-F2 opens a new terminal window
Pure convenience: Alt-F2 opens a new terminal. No need to reach for the mouse.
- Shift-PageUp and Shift-PageDown!
For rapidly paging through previous lines of output, you can press Shift-PageUp and Shift-PageDown, just like the Linux console. Another huge convenience.
Add to Google Reader
(RSS for the rest of us)
October 20th, 2009 at 2:57 pm
Sadly, the python interactive prompt doesn’t play nice “out of the box” with mintty.
Otherwise, I love it!
October 21st, 2009 at 1:02 am
The Cygwin version of Python should be fine. The Windows version goes into non-interactive mode because it expects to talk to a Windows console rather than a Cygwin terminal. The -i option will tell it to enter interactive mode anyway.
October 22nd, 2009 at 4:11 pm
Andy Koppe, you’re now my double-hero!
December 24th, 2009 at 8:55 am
Good lord! I was looking for a way to make cmd.exe less sucky when sshing into my various servers and came across this. I’ve always found PuTTY a bit cumbersome, but had no idea MinTTY existed until now. It’s fast, renders UTF8 and doesn’t leave my curosr in really stupid positions if I scroll up the history. Bliss!
Cheers,
Terry.