Return to site

Cygwin Windows Is Searching For Mintty Missing

broken image


Aug 11, 2011 - MinTTY - here. It makes Cygwin entirely usable on Windows. I would be lost without it. Based on the original PuTTY code, but integrates straight. I have Cygwin terminal and am trying to set it up on my PC. I run windows 8 and when I try to open Cygwin terminal I receive attached pop up, 'searching for mintty, cannot locate'. Download Cygwin. Run the installer. When it asks for packages, search for 'wget' and make sure that it is selected for install (it will have a version number displayed when set to). Only download the bin, no need for src. Finish installing. Launch the cygwin terminal from. Mintty is a free and open source terminal emulator for Cygwin, the Unix-like environment for Windows.It features a native Windows user interface and does not require a display server; its terminal emulation is aimed to be compatible with xterm. Mintty is based on the terminal emulation and Windows frontend parts of PuTTY, but improves on them in a number of ways, particularly regarding xterm. Windows only: If you need your Unix command line on a Windows PC, chances are you use a terminal emulator like Cygwin—and if you do, you want to check out MinTTY. The Cygwin installer creates a shortcut for mintty in the Windows start menu. In MSYS, mintty can be installed with mingw-get install msys-mintty. Features include: Xterm-compatible terminal emulation. Native Windows user interface with a simple options dialog.

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:

  1. 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:cygwinbinmintty.exe -. The trailing hyphen is important.

  1. 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.

  1. Resizing
Cygwin Windows Is Searching For Mintty Missing
Cygwin Windows Is Searching For Mintty Missing

MinTTY supports arbitrary window sizes, including maximized. Enough said.

  1. Works with less/emacs/ssh

Cygwin Mintty Missing

Because MinTTY is based on PuTTY, it doesn't display output strangely when running emacs over ssh, among other examples.

  1. 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.

Cygwin Mintty Start Options

MinTTY doesn't have this problem -- it uses minimal CPU, even under heavy load.

  1. 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.

  1. Closes even when programs are backgrounded
Searching

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.

Cygwin Windows Is Searching For Mintty

  1. Alt-F2 opens a new terminal window

Pure convenience: Alt-F2 opens a new terminal. No need to reach for the mouse.

Searching

I won't bother explaining how difficult copying and pasting is in standard Windows consoles.

  1. Resizing

MinTTY supports arbitrary window sizes, including maximized. Enough said.

  1. Works with less/emacs/ssh

Cygwin Mintty Missing

Because MinTTY is based on PuTTY, it doesn't display output strangely when running emacs over ssh, among other examples.

  1. 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.

Cygwin Mintty Start Options

MinTTY doesn't have this problem -- it uses minimal CPU, even under heavy load.

  1. 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.

  1. 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.

Cygwin Windows Is Searching For Mintty

  1. Alt-F2 opens a new terminal window

Pure convenience: Alt-F2 opens a new terminal. No need to reach for the mouse.

  1. 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.





broken image