microsoft/Terminal

Suggestion: ability for terminals to set their tab icon

开放

#1,868 创建于 2019年7月8日

 (16 条评论) (12 个反应) (0 位负责人)C++ (9,275 个派生)batch import
Area-VTHelp WantedIssue-FeatureProduct-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

#1685 Summary of the new feature/enhancement

The terminal currently provides a way for shells to specify the title:

image

In the world of web apps, both title and icon can be specified.

image

It would be useful for shells to be able to specify an icon for their tab for the same reasons:

  • Sometimes visuals are more obvious than text. The node.js green gem, or the python logo, or some custom app icon all 'pop' visually more than the equivalent text does

  • Terminals can update their icon to indicate specific conditions (a bell should be used for serious differences, but this could be used for more subtle ones, eg, showing a tunnel icon for an ssh tunnel running, then a shell icon if it stops and returns to the prompt)

  • If we let terminals specify their title, why not let them specify their icon?

贡献者指南