Add terminal tab renaming#44527
Closed
davidbonan wants to merge 5 commits intozed-industries:mainfrom
Closed
Conversation
Veykril
reviewed
Dec 15, 2025
Allows users to rename terminal tabs for better organization. This change introduces a rename tab functionality that enables users to customize the title of their terminal tabs. The new title is persisted and restored upon application restart.
Allows items to extend the tab context menu with custom entries. This provides a more flexible way to add actions to tabs. The terminal now uses this to provide a "Rename" action in the tab's context menu.
Ensures that the terminal rename editor cancels the renaming process when it loses focus.
Removes the `get_working_directory` query from the database layer as it's no longer used. The `get_terminal` query already returns the working directory.
506866f to
7e9869e
Compare
Author
|
@Veykril Thanks for your feedback! I just rebased on main. |
Contributor
|
Another one: #45800 |
Contributor
|
Given the #45800 (comment) and the other comments above, I'll close, thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allows users to rename terminal tabs for better organization.
This change introduces a rename tab functionality that enables users to customize the title of their terminal tabs. The new title is persisted and restored upon application restart.
Features
pane: rename tabwhen the terminal is focusRenameat the right click on a terminalEnregistrement.de.l.ecran.2025-12-10.a.11.41.19.mov
Enregistrement.de.l.ecran.2025-12-10.a.11.41.39.mov
Release Notes: