gnome-terminator / terminator

multiple GNOME terminals in one window
https://gnome-terminator.org
GNU General Public License v2.0
2.08k stars 251 forks source link

URLHandler: Support generating tooltips #600

Open strottie opened 2 years ago

strottie commented 2 years ago

Scenario: I've got a URLHandler plugin that turns recognizable bug IDs into URLs. I'd like to enhance this experience by asynchronously fetching information about that bug to display it in a tooltip.

The default could be to simply display the effective URL (as suggested in https://github.com/gnome-terminator/terminator/issues/382) and then allow plugins to overwrite the tooltip text.

mattrose commented 2 years ago

That sounds like a neat plugin.