gnome-terminator / terminator

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

Output text highlight #396

Open hollden opened 3 years ago

hollden commented 3 years ago

Is there any possibility to implement a feature: output text highlighting by regexp like in Moba Xterm or Xshell in windows?

hollden commented 3 years ago

Or maybe you can give me a hint how to make an extension, because unfortunately I am not so good at python

mattrose commented 3 years ago

If I had a good idea of how to do it, I would definitely let you know. The searchbar does kinda what you want, but it doesn't update when new text is put to the terminal. I would start there if I were you.

egmontkob commented 1 year ago

VTE has a proof of concept patch in https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7771. The work is to be completed (which would be quite a tedious task: figuring out a decent API as well as how the rules would be represented in the emulator's settings panel).

Also related: https://gitlab.gnome.org/GNOME/vte/-/issues/2248#note_1749544