Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename tab with command #256

Open
leomayer opened this issue Nov 27, 2022 · 2 comments
Open

Rename tab with command #256

leomayer opened this issue Nov 27, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@leomayer
Copy link

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.

@leomayer leomayer added the enhancement New feature or request label Nov 27, 2022
@amezin
Copy link
Member

amezin commented Dec 5, 2022

No, there is no CLI command for that.

However, you could:

  • Adjust tab title in the preferences
  • 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

@amezin
Copy link
Member

amezin commented Sep 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants