microsoft/Terminal

Suggestion: ability for terminals to set their tab icon

Open

#1,868 建立於 2019年7月8日

在 GitHub 查看
 (16 留言) (12 反應) (0 負責人)C++ (3,212 fork)batch import
Area-VTHelp WantedIssue-FeatureProduct-Terminal

倉庫指標

Star
 (35,764 star)
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?

貢獻者指南