microsoft/Terminal

Send Desktop Notification via VT Sequence (OSC777)

Geschlossen

#7.718 geöffnet am 24.09.2020

 (14 Kommentare) (9 Reaktionen) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Area-VTHelp WantedIn-PRIssue-FeatureProduct-Terminal

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide