microsoft/Terminal

Send Desktop Notification via VT Sequence (OSC777)

已关闭

#7,718 创建于 2020年9月24日

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

仓库指标

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

描述

Description of the new feature/enhancement

On macOS there's terminal-notifier. On Linux there's notify-send. But on Windows I don't think there's a similar tool. Adding the support for desktop notification in WT would help scripts/TUI apps to send notification without too much hassle.

Proposed technical implementation details (optional)

The terminal-wg has not finalized a spec for this feature. The issue is here. The implementation is leaning towards using OSC 9/99/777.

贡献者指南