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

sathishsoundharajan picture sathishsoundharajan  路  3Comments

luisrudge picture luisrudge  路  3Comments

bmeverett picture bmeverett  路  3Comments

danwellman picture danwellman  路  3Comments

hugomrdias picture hugomrdias  路  4Comments