contour icon indicating copy to clipboard operation
contour copied to clipboard

OSC 777 notification support

Open christianparpart opened this issue 5 years ago • 1 comments

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)

christianparpart avatar Jun 20 '20 21:06 christianparpart

You'll likely want to see the discussion at https://github.com/microsoft/terminal/issues/7718, which should help considerably in implementing this.

WSLUser avatar Jul 15 '21 16:07 WSLUser