Make it possible to share smart selection rules
Build and lint tools do mostly have a standardized output and it would be extreamly useful if iTerm would allow us to click the line-numbered-error such:
/setup.py:13:13: F821 undefined name '__version__'
./lib/ansiblelint/__init__.py:230:1: E302 expected 2 blank lines, found 1
./lib/ansiblelint/__init__.py:234:5: E265 block comment should start with '# '
iTerm should be able to recognize the the file:linenumber as an URL and allow you to click it with the mouse.
The result should be sending this text to the terminal $EDITOR {{FILE}}:{{LINE}}<newline>
which should open the file in the default editor.