Merged
Conversation
- Add search modal with / key to search within current view - Implement n for next result and N for previous result - Automatically jump to first search result when search completes - Expand tree root by default to show content immediately after loading - Fix tree root labels to reflect current view mode: * "Packages" for by_package view * "Vulnerabilities" for by_vuln view * "Package Types" for by_type view * "Severity Levels" for by_severity view - Change package name view key from n to p to avoid conflict with search - Update help text and README with new search functionality - Clear search results when switching views Fixes #6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update help text to use argparse format from main - Include new search keybindings (/, n, N) - Update package view keybinding from n to p
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
Implements search functionality for grummage, addressing issue #6.
Key Features
Search Functionality:
/to open search modalnto navigate to next resultNto navigate to previous resultUI Improvements:
Keybinding Changes:
ntopto avoid conflict with search navigationnandNare now dedicated to search (next/previous result)Testing
Documentation
Fixes #6
🤖 Generated with Claude Code