Cmder: Set a name for the Tab on a task

Created on 18 Nov 2013  路  5Comments  路  Source: cmderdev/cmder

Is there a way to open a tab and have if use a default Tab Name rather than having to rename the tab each time? eg when creating a tab using a task is it possible to set the name of the tab ?

Most helpful comment

You can:
cmd /c "%ConEmuDir%\..\git-for-windows\bin\bash --login -i" -new_console:d:%USERPROFILE% -new_console:t:Hallo

All 5 comments

If I understand you correctly...

cmd /k vendor\init.bat "-new_console:t:Hello"

The tab will be named "Hello"

Nice project btw!

Thanks Anders, I'll try it out.

--- Original Message ---

From: "Anders" [email protected]
Sent: 26 November 2013 18:13
To: "bliker/cmder" [email protected]
Cc: "Sean Downey" [email protected]
Subject: Re: [cmder] Set a name for the Tab on a task (#14)

If I understand you correctly...

cmd /k vendor\init.bat "-new_console:t:Hello"

The tab will be named "Hello"


Reply to this email directly or view it on GitHub:
https://github.com/bliker/cmder/issues/14#issuecomment-29316776

Excellent - that worked - Thank you

Can I combine this with the :d (directory) param?

You can:
cmd /c "%ConEmuDir%\..\git-for-windows\bin\bash --login -i" -new_console:d:%USERPROFILE% -new_console:t:Hallo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hyrious picture hyrious  路  3Comments

giuliannosbrugnera picture giuliannosbrugnera  路  3Comments

isnullxbh picture isnullxbh  路  3Comments

AaronKaa picture AaronKaa  路  3Comments

spooky picture spooky  路  3Comments