feat: Ctrl+Click links in terminal#207
Open
eugenioenko wants to merge 2 commits into
Open
Conversation
URLs and file:line references in terminal output are highlighted with underline + blue color. Ctrl+Click opens URLs in the browser and file references in the editor at the specified line. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ix offsets - Only underline links (no color override) for subtler visual hint - Only detect links when Ctrl is held (via mouse events), zero overhead otherwise - Fix byte-to-rune position conversion so link spans align with terminal columns Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9aa6785 to
f187948
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://...) and file references (path/file.go:42) in terminal outputxdg-open) and file references in the editor at the specified line./relative paths,~/home-relative paths, and bare relative paths (e.g.main.go:7from compiler output)os.Statbefore being treated as linksTest plan
resolveFilePath(tilde expansion, empty input)echo https://example.com, Ctrl+Click opens browsergo buildwith errors, Ctrl+Click onfile.go:lineopens file at line🤖 Generated with Claude Code