enable stop scrolling when a specific regex is matched
By ro...@wenglewski.de on May 03, 2013 14:25 (imported from Google Code)
So my use-case is this:
I let my tests run automatically during development. Now when an error occurs, I usually have to scroll up to the original error since the stacktrace is often quite long. Repeat that 100 times an hour ;)
I suggest adding an option to stop scrolling when a specific regular expression (or normal string) is met. Like in my case, errors start with the line:
Failures:
I guess there are a couple more use-cases for this, like errors in automatic deployment, doing cat on a file and stop when a line contains something, etc.
What do you think?