gnome-terminator / terminator

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

Colorize keywords feature #791

Open Swfuse opened 1 year ago

Swfuse commented 1 year ago

Hello!

I'm looking for a keywords highlighting feature. Such as INFO, ERROR, successful. And that it should work on all terminal output. That is, not through bashrc.

mobaxterm has this functionality out of the box. Iterm2 has Triggers functionality that implements something similar.

Is there such functionality in terminator?

MobaXTerm example: image

iTerm2 example: image

I attach a link to this topic as a reference: https://superuser.com/questions/1682367/terminal-for-colorized-output-on-remote-linux-servers

Swfuse commented 1 year ago

If somebody find this note - you can try ChromaTerm

mattrose commented 1 year ago

That sounds like a good idea for a plugin.

kol0760 commented 1 year ago

I am engaged in computational chemistry research, and it is imperative for me to assign highlighting colors to certain keywords.

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

egmontkob commented 1 year ago

Actually it's a dup of #396.