Improve "Rename Tab" action #12138

Closed
opened 2026-01-31 03:07:13 +00:00 by claunia · 8 comments
Owner

Originally created by @ArturGudiev on GitHub (Jan 22, 2021).

Description of the new feature/enhancement

It's convenient to have an action renameTab which will not just set the tab's name to a predefined string but will allow a user to enter the name dynamically.

Proposed technical implementation details (optional)

Currently, there is an action
{ "command": { "action": "renameTab", "title": "some string"}, "keys": "" }

but it just sets the name using the predefined value. The result of this action should be the same as if a user makes a right-click on a tab and presses "Rename Tab".

Originally created by @ArturGudiev on GitHub (Jan 22, 2021). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement It's convenient to have an action renameTab which will not just set the tab's name to a predefined string but will allow a user to enter the name dynamically. <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) Currently, there is an action `{ "command": { "action": "renameTab", "title": "some string"}, "keys": "" }` but it just sets the name using the predefined value. The result of this action should be the same as if a user makes a right-click on a tab and presses "Rename Tab". <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 03:07:13 +00:00
Author
Owner

@Don-Vito commented on GitHub (Jan 22, 2021):

@ArturGudiev - I think an "openTabRenamer" action was added here #7462 and released into 1.5 Preview.

@Don-Vito commented on GitHub (Jan 22, 2021): @ArturGudiev - I think an "openTabRenamer" action was added here #7462 and released into 1.5 Preview.
Author
Owner

@zadjii-msft commented on GitHub (Jan 22, 2021):

Yea, it sure sounds like openTabRenamer is exactly what you're looking for.

/dup #7462

@zadjii-msft commented on GitHub (Jan 22, 2021): Yea, it sure sounds like `openTabRenamer` is exactly what you're looking for. /dup #7462
Author
Owner

@ghost commented on GitHub (Jan 22, 2021):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jan 22, 2021): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@ArturGudiev commented on GitHub (Jan 22, 2021):

@Don-Vito @zadjii-msft when will it be moved from PREVIEW to the stable version?

@ArturGudiev commented on GitHub (Jan 22, 2021): @Don-Vito @zadjii-msft when will it be moved from PREVIEW to the stable version?
Author
Owner

@Don-Vito commented on GitHub (Jan 22, 2021):

@ArturGudiev - preview is the new stable 😄. I am not from the team, but if I understand correctly, the rollout will happen very soon (my guess it is a matter of days)

@Don-Vito commented on GitHub (Jan 22, 2021): @ArturGudiev - preview is the new stable :smile:. I am not from the team, but if I understand correctly, the rollout will happen very soon (my guess it is a matter of days)
Author
Owner

@ArturGudiev commented on GitHub (Jan 23, 2021):

@Don-Vito ok, thanks. Do you know if the new version will be updated automatically? Or will I need to download manually the newer version?

@ArturGudiev commented on GitHub (Jan 23, 2021): @Don-Vito ok, thanks. Do you know if the new version will be updated automatically? Or will I need to download manually the newer version?
Author
Owner

@Don-Vito commented on GitHub (Jan 23, 2021):

@Don-Vito ok, thanks. Do you know if the new version will be updated automatically? Or will I need to download manually the newer version?

@ArturGudiev - I guess it depends on the way you installed the Terminal. If you installed it via Windows Store and have a default policy there, it will simply rollout. However if you installed the binary manually from GitHub you will need to deploy explicitly.

@Don-Vito commented on GitHub (Jan 23, 2021): > @Don-Vito ok, thanks. Do you know if the new version will be updated automatically? Or will I need to download manually the newer version? @ArturGudiev - I guess it depends on the way you installed the Terminal. If you installed it via Windows Store and have a default policy there, it will simply rollout. However if you installed the binary manually from GitHub you will need to deploy explicitly.
Author
Owner

@zadjii-msft commented on GitHub (Jan 25, 2021):

Yea I'd second pretty much everything Don-Vito said. Whenever we release a new preview version, we'll also move everything currently in preview to the stable channel. Though, Preview isn't really "unstable", it's more "you might get some new features before they're totally polished".

@zadjii-msft commented on GitHub (Jan 25, 2021): Yea I'd second pretty much everything Don-Vito said. Whenever we release a new preview version, we'll also move everything currently in preview to the stable channel. Though, Preview isn't really "unstable", it's more "you might get some new features before they're totally polished".
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#12138