6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)Rust18,987 stars (18,987 stars)572 forks (572 forks)batch import
good first issue
Description
would be useful to seach [/] while in the help [?] menu.
Contributor guide
- Tech stack
- rust
- Domain
- clitooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic Rust knowledgeFamiliarity with tui rs
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests adding a search function to the help menu triggered by '/' key. Investigate the current help menu implementation in the codebase, likely in files like 'src/handle event.rs' or 'src/ui.rs'. See how other similar search features are implemented in the project (e.g., search in the main track list). Consider using a modal overlay or modifying the existing help view. Check linked PRs or comments for any prior attempts. The solution should allow filtering help commands by typing.