Feature Request: Setting to remove paths from tab title #3213

Closed
opened 2026-01-30 23:15:51 +00:00 by claunia · 1 comment
Owner

Originally created by @AshrafMichail on GitHub (Aug 6, 2019).

Description of the new feature/enhancement

Problem:
Tab titles are quite long including the full path of cmd.exe or powershell.exe which leaves little horizontal space for numerous tabs.

Other solutions:
Friendly name by overriding the title is already tracked by another issue, however, it loses the name of current running application.

Proposed feature:
Preserve the running executable and provide an option to trim the full paths to only the .exe names in tab title. For example, cmd.exe, powershell.exe would display in tabs instead of the full path.

Proposed technical implementation details (optional)

Add a setting to let users filter display tab title string by removing full paths and only showing the exe filename.

Originally created by @AshrafMichail on GitHub (Aug 6, 2019). # Description of the new feature/enhancement **Problem:** Tab titles are quite long including the full path of cmd.exe or powershell.exe which leaves little horizontal space for numerous tabs. **Other solutions:** Friendly name by overriding the title is already tracked by another issue, however, it loses the name of current running application. **Proposed feature:** Preserve the running executable and provide an option to trim the full paths to only the .exe names in tab title. For example, cmd.exe, powershell.exe would display in tabs instead of the full path. # Proposed technical implementation details (optional) Add a setting to let users filter display tab title string by removing full paths and only showing the exe filename.
claunia added the Issue-FeatureNeeds-TriageResolution-Duplicate labels 2026-01-30 23:15:51 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Aug 6, 2019):

This is something that's going to be addressed by #1320.

You can also just have your shell program change the title for you. Most decent shells provide a way to do this via the prompt (bash and powershell both work like this). In cmd.exe, title foo will set the tab title to foo.

@zadjii-msft commented on GitHub (Aug 6, 2019): This is something that's going to be addressed by #1320. You can also just have your shell program change the title for you. Most decent shells provide a way to do this via the prompt (`bash` and `powershell` both work like this). In cmd.exe, `title foo` will set the tab title to `foo`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3213