Add "Jump to Log" Overlay - #2622
Merged
Merged
Conversation
* Add implementation for jump to the provided logs number. It will be enabled via menu entries and shortcuts. * Add live validation to the overlay input. * Change Edit menu entry to `Session` and enable it on session tabs only.
AmmarAbouZor
force-pushed
the
jump-to-log
branch
from
August 5, 2026 11:18
0bbcca6 to
b2e6bf1
Compare
AmmarAbouZor
marked this pull request as ready for review
August 5, 2026 11:18
* Add command scope type to avoid showing session only commands on none running session tabs. * Extend commands with: - Nested search command - Jump to log command * Fix clippy warning
AmmarAbouZor
force-pushed
the
jump-to-log
branch
from
August 5, 2026 11:53
b2e6bf1 to
2e86f2a
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.
This PR closes #2603
This PR adds Jump to Log with menu entry and the shortcut ctrl/cmd+g, enabling user to jump to a specific log giving its number (zero indexed to match current app UI indexing).
It also extends command palette with extra filtering and adds more commands
It includes:
Jump to Log:
Sessionand enable it on session tabs only.Command Palette Changes: