thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Regex based click actions #735

Closed noonien closed 3 years ago

noonien commented 4 years ago

I think this is in the spirit of #656, however, I have another use case.

When building projects, and there is an error, there is usually a /path/to/file:line line that describes where the error is. It would be great to be able to click that pattern, and be able to run a script on it, most probably to start an editor on that position.

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.