Feature request: show the last part of the working directory in terminal title #32181
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
A new feature was just added that shows the current process name inside the terminal name, like
node
instead of simplycmd.exe
.While it's a good thing, I think it could be improved even more by adding the current terminal working directory, or at least the last part of the working directory.
Right now, if you start two webpack watches, in a two different directories
c:\dev\project1
&c:\dev\project2
, you will end up with this:If there was a way to get the last part of the current working directory, it could look like:
Which I find a lot better. This may not be that easy to do on Windows though.
The text was updated successfully, but these errors were encountered: