1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Rust9,383 stars (9,383 stars)213 forks (213 forks)batch import
help wanted
Description
- q ⇒
:quit - . ⇒
:toggle_hidden - e ⇒
edit - $ ⇒
terminal - ~ ⇒
home
Contributor guide
- Tech stack
- rust
- Domain
- clideveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- 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.
- clear
- Prerequisites
- basic Rust knowledgeunderstanding of broot's keybinding system
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- Look into broot's configuration file handling and keybinding registration. The issue suggests default keys for modal mode. Examine existing keybinding definitions in src/ or config/ directories. Implement a mapping for the suggested keys (q, ., e, $, ~) to their respective commands (quit, toggle hidden, edit, terminal, home). Consider adding a modal mode configuration block.