-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Support "windows terminal" in addition to mintty and cmd #2621
Comments
I like the idea, but there are challenges with it:
In short: I would be delighted to assist you in your endeavors to make this happen. |
It's a windows store app so if the user selects that option it should be fairly straightforward to automatically install that. |
Yep. Go right ahead implementing that. |
This would be a great feature. I already use git bash with windows terminal, but I cannot get it to work in the xterm-256color mode. I cannot understand why, since git bash works in mintty with this mode, and for example cygwin bash works in windows terminal with this mode too. |
@lhotamir so how about helping out? This feature request won't implement itself... |
Just for reference: https://docs.microsoft.com/en-us/windows/terminal/command-line-arguments
It seems to always open a new window, rather than adding a tab to an existing one. I tried resource hacking the On the Windows Terminal side there's an effort to allow third party programs to add/modify profiles, which might be useful in the future: https://github.com/microsoft/terminal/blob/main/doc/specs/Proto%20extensions-spec.md There's also a request to add a profile for Git Bash by default if it's installed, similar to what already happens with WSL: microsoft/terminal#1394 |
I suggest in Git installer, add a checkbox add Git to Windows terminal and append the new entry to Windows Terminal |
The last time I added G4w bash to Windows Terminal, it mostly worked, but not everything. Anyway, it was enough that I opted to remove it from Windows Terminal and keep using mintty. Unless something has significantly changed, I think maybe this shouldn't be part of the official G4w installer, as it may become a steady source of issues which will become a distraction to the g4w team. At most, I might provide instructions on the Readme for adding g4w to the Windows Terminal with a disclaimer that g4w will not support any issues from running it in Windows Terminal. |
I'll just say that Windows Terminal has been steadily improving, and it's intended to eventually supersede conhost as the default terminal on Windows. I think as time progresses you'll see more people looking for a quick/easy way to use Git Bash with it, even if it's just silently providing a profile on install if/when that RFC that I linked above comes to fruition. |
@noinkling I am definitely not opposed to including this as an experimental feature in the Git for Windows installer. It's just that somebody has to do the work, and that somebody isn't me. If that somebody is you, here are a couple of pointers:
Feel free to ask questions! |
Good point! Thanks @Okeanos for paying attention. |
When installing I'm presented with the option to use either
mintty
orcmd
withgit bash
. Windows terminal would be a good option to add going forward as it is officially supported by Microsoft, but is not... likecmd
.The text was updated successfully, but these errors were encountered: