You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In guake I can rename the tab with guake -r "my-new-tab-name".
Is there a similar command to it? Especially when running long lasting commands I loose the overview. Therefore I would like to have them in a command for simple rename.
The text was updated successfully, but these errors were encountered:
Rename tabs from the context menu (right-click on the tab label), or with a keyboard shortcut ("Set custom tab title") - but it's not configured by default
If you need a CLI command, this feature will need #79 first
v44 has --title CLI option. It doesn't allow you to rename an existing tab - but, at least, when you create a new tab from the command line, you can set a custom title for it
In
guake
I can rename the tab withguake -r "my-new-tab-name"
.Is there a similar command to it? Especially when running long lasting commands I loose the overview. Therefore I would like to have them in a command for simple rename.
The text was updated successfully, but these errors were encountered: