Cmder: Tab names as directory names

Created on 17 Jul 2015  ·  3Comments  ·  Source: cmderdev/cmder

Sometimes I have several console open at the same time, for different projects I'm working on. It would be nice if the tab names matched the name of the folder they are currently in. Something like this:

"%ProgramFiles%\Git\bin\sh.exe" --login -i -new_console:d:E:\code\example -new_console:t:{cwd}

Which would show the name example for the tab title. I'm manually editing them now.

👆 ConEmu

Most helpful comment

All 3 comments

I left a comment (and quick fix) for this a few weeks ago:
https://github.com/bliker/cmder/issues/528

Use this in creating a new console or simply add as predefined task:
cmd /k prompt $p$e]9;3;"$p"$e\$g & title cmd

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zsedcbm picture zsedcbm  ·  3Comments

jordanrobinson picture jordanrobinson  ·  3Comments

hyrious picture hyrious  ·  3Comments

AaronKaa picture AaronKaa  ·  3Comments

hugomrdias picture hugomrdias  ·  4Comments