microsoft/Terminal

Suggestion: ability for terminals to set their tab icon

Open

#1,868 opened on 2019年7月8日

GitHub で見る
 (16 comments) (12 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-VTHelp WantedIssue-FeatureProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

#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?

コントリビューターガイド