SaaSHub helps you find the best software and product alternatives Learn more →
Mintty Alternatives
Similar projects and alternatives to mintty
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Windows Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
-
-
-
-
ble.sh
Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.
-
murex
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
-
-
libsixel
A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
-
Turbo Vision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
mintty discussion
mintty reviews and mentions
-
TTE: Terminal Text Effects
> (There’s precisely one thing like this I’m aware of terminal emulators adding in recent memory: clickable links, ca. six years ago.)
And they are often disabled by default, as a potential security risk. We don't get to have fun things, do we? (also worth read: CVE-2003-0063, abusing escape seq is unfortunately a valid concern against adding more stuff).
On other hand, more and more emulators are adding support for various graphic protocols (sixel, iTerm2 format, kitty format).
> I’ve been waiting for one or more terminal emulators to get together and add some ridiculous new escape codes[...]
Well, it's not much, but mintty apparently has some interesting stuff like audio support[0], and codes for font size and font family[1][2].
iTerm2 also has a bunch of custom escape sequences of varying level of usefulness starting from displaying fireworks animation on cursor position to sending system notifications (although sadly I could not get the last one to work for me).
For some semblance of forms, you can check bubbles[4] and gum[5] (binary to easily incorporate the components into shell scripts).
[0]: https://github.com/mintty/mintty/wiki/CtrlSeqs#audio-support
-
State of the Terminal
I've just found that Mintty supports this
https://github.com/mintty/mintty/wiki/CtrlSeqs#overstrike
-
Terminal emulators that break from the traditional rendering approach?
mintty - a lot of interesting experimental stuff, but windows-only: https://github.com/mintty/mintty/wiki/CtrlSeqs
- Ansi underline color?
-
After your feedback, here is an updated GUI per your suggestions
The name is very close to the well established mintty project: https://github.com/mintty/mintty
-
Quick roundup of bitmap graphics availability in free/open-source terminal emulators
mintty - Windows
-
Install Tmux on Git for Windows
Since you have updated the files in the running Git Bash session, you will need to close the Git Bash prompt and open a new session. (Note: Tmux only works with the MinTTY version of Git Bash (git-bash.exe). If you usually use the native bash.exe or git-cmd.exe Git prompts, you'll get the error open terminal failed: not a terminal when trying to run Tmux.)
- Raw keyboard handling in Unix terminals
-
How can I find source code or GitHub repo of “git bash”?
The actual terminal emulator it uses is mintty, which you can find here: https://github.com/mintty/mintty
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Sep 2024
Stats
mintty/mintty is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of mintty is C.