Free yourself from the cmd.exe
console, and enjoy a modern terminal emulator.
- Homepage: https://github.com/rpavlik/git-windows-mintty
- Maintainer: Ryan Pavlik rpavlik@iastate.edu abiryan@ryand.net http://academic.cleardefinition.com
- Report any issues or suggestions: https://github.com/rpavlik/git-windows-mintty/issues
Download from the GitHub page above by clicking "Downloads", or follow this direct link to the MinTTY for Git for Windows download page.
Adds a context menu (right-click) item to folders for "Git Bash Here (MinTTY)" which will open your standard Git Bash in the very comfortable MinTTY console instead of the painful Windows one. Uninstall will similarly remove the entry, keeping things nice and tidy.
Includes MinTTY 1.1.3, MSYS version.
For a useful quick summary of why MinTTY is cool, see http://chadaustin.me/2009/10/reasons-why-mintty-is-the-best-terminal-on-windows/
This package is mostly just a nice installer around MinTTY, a Windows Scripting Host script to tidily perform the appropriate launching, and the registry entries needed to add a context menu item. It must be installed to the same place as Git, and you must already have Git for Windows installed.
You can get the precompiled binary installer from the downloads page. However if you want to build the installer from source:
- Install Inno Setup
- Right-click
setup.iss
and select Compile - The installer is created in the
Output
directory
- fail to load vi/vim and nano editor (issue #5)
add .inputrc & .bashrc files
change version number for release the installer
Updated MinTTY to v1.1.3. See MinTTY changelog for details.
Bug-fix release: launch using the right Windows Scripting Host executable to avoid this bug plaguing Git for Windows that causes problems only on Windows XP x64 and Server 2003 x64. Yes, this means that not only is this a nicer terminal to use, it's also a workaround for a bothersome bug!
Initial release.
See licenses.txt
for full license info on bundled files.
-
Wouldn't exist without Git and the Git for Windows port.
-
Provides a simple access point for the great MinTTY project.
-
Really simple installer built with InnoSetup (specifically the quick-start pack including InnoIDE)
-
Setup artwork and app icon composed by Ryan Pavlik based on:
-
Git artwork: Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://git-scm.com/downloads/logos
-
Console icon: from Konsole in the "Oxygen" icon set. LGPL 2.1+. <http://websvn.kde.org/trunk/kdesupport/oxygen-icons/scalable/apps/utili ties-terminal.svgz> (see also Wikipedia image entry) and Oxygen Project entry
-