Have you checked for existing feature requests?
Summary
It would be nice if URLs and source file paths (e.g. src/directory/file.go:121:2) were clickable from the terminal.
What benefits does this feature provide?
It would allow you to easily jump to the location of an error.
Any alternatives?
Pressing Ctrl+P and typing the name of the file + line combo.
Other examples:
Most editors allow this functionality when you, for example, hold control and click on a valid relative or absolute filepath or URL. VS Code and Zed, for example, have this feature.
Have you checked for existing feature requests?
Summary
It would be nice if URLs and source file paths (e.g.
src/directory/file.go:121:2) were clickable from the terminal.What benefits does this feature provide?
It would allow you to easily jump to the location of an error.
Any alternatives?
Pressing Ctrl+P and typing the name of the file + line combo.
Other examples:
Most editors allow this functionality when you, for example, hold control and click on a valid relative or absolute filepath or URL. VS Code and Zed, for example, have this feature.