Document iterm2:///reveal URL scheme#120
Open
sherifnada wants to merge 1 commit intognachman:masterfrom
Open
Conversation
The iterm2:// URL scheme has supported a /reveal action since the scheme was registered, but only the /command path was documented. Add a "Reveal URLs" subsection alongside "Command URLs" so users can discover how to focus a session by ITERM_SESSION_ID from external scripts and apps. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Author
|
hi @gnachman , I was looking for this feature to implement claude post-hook notifications and noticed it wasn't documented, so I figured it'd be helpful to add it to the docs page so others can find it more easily. Happy to make changes as needed! |
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
The
iterm2://URL scheme has supported a/revealaction since the scheme was registered (gitlab commit c9c53fa5), but only the/commandpath was documented under "Command URLs" indocumentation-command-selection.md. The/revealaction only appears in the release changelogs.This PR adds a "Reveal URLs" subsection right after "Command URLs" so users can discover how to focus a session by
ITERM_SESSION_IDfrom external scripts, notes, or other apps. Mirrors the change in the 3.6 include so older docs match.