-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enhanced CMD.exe prompt #29
Comments
why PowerShell is not suitable for you? |
It does bad things like as I said:
|
unfortunately changing cmd in any way is a breaking change for someone and so the team responsible for it cannot/ are not interested in adding features to it. (see https://github.com/microsoft/terminal/blob/main/doc/Niksa.md#cmd and microsoft/terminal#217) |
There are no plans to make changes to CMD.exe. |
Summary
Enhance CMD.exe with features found in modern shells.
Powershell is ok for scripting, but is a step too far for an everyday working shell. Using bash (either in wsl or via cygwin) causes issues as paths are not as expected when you invoke tools.
For example things missing are
This is possible by third party extensions like https://github.com/mridgers/clink but it is not a supported solution.
Basic example
In the PROMPT I can see at a glance things like git branch/ kubernetes cluster / directory when you have multiple consoles open
Motivation
As a developer I often drop to the CMD.exe console to perform many tasks and have many consoles open at once when debugging / tracing applications.
Being able to efficiently use the CMD.exe benefits me by providing me with more contextual information so I am more efficient, and means I am less likely to delete the wrong kubernetes cluster.
The text was updated successfully, but these errors were encountered: