Hi,
First of all, thanks for providing such plugin: coming from a Mac, I had a very hard time finding a replacement from iterm2.
As a developer, I think that hyperlinks are mandatory to work in decent conditions. I was really disappointed that this is not a builtin feature in Terminator...
My problem is that I have several patterns to match to open the same command:
- Jest test runner:
([^ \t\n\r\f\v:\(]+?):([0-9]+):?([0-9]+)?
- Typescript:
([^ \t\n\r\f\v:\(]+?)\(([0-9]+),([0-9]+)\)
If I join both regex using | + non capturing groups, it doesn't work properly and is quite difficult to read...
So maybe a solution would be to have several configurations so the plugin could also manage other commands for other patterns.
Regards,
Damien
Hi,
First of all, thanks for providing such plugin: coming from a Mac, I had a very hard time finding a replacement from iterm2.
As a developer, I think that hyperlinks are mandatory to work in decent conditions. I was really disappointed that this is not a builtin feature in Terminator...
My problem is that I have several patterns to match to open the same command:
([^ \t\n\r\f\v:\(]+?):([0-9]+):?([0-9]+)?([^ \t\n\r\f\v:\(]+?)\(([0-9]+),([0-9]+)\)If I join both regex using | + non capturing groups, it doesn't work properly and is quite difficult to read...
So maybe a solution would be to have several configurations so the plugin could also manage other commands for other patterns.
Regards,
Damien