contour
contour copied to clipboard
OSC 777 notification support
OSC 777 ; notify ; title ; message ST
to send a notification message to the desktop (such as a systray bubble or so)
This feature is originated from urxvt, but others are implementing it too (VTE, hterm, ...?)
Target platform support
- [x] Linux (via notify-send)
- [ ] Windows (Toast)
- [ ] OS/X (Growl)
You'll likely want to see the discussion at https://github.com/microsoft/terminal/issues/7718, which should help considerably in implementing this.