(shift) tab and select next/prev
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3k
- Forks
- 344
- Avg merge
- 2h 5m
- Merged PRs (30d)
- 79
Description
I want to select next (previous) elements with tab (shift + tab). When I started to implement this I found the commands select next and select prev in CommandMap, but I cannot find them anywhere else.
So my first question: am I blind or is there nothing else implemented yet?
Second one: would you accept a pull request that would implement this for only some of the Container types?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating CommandMap and checking whether the select next and select prev commands have any implementations or tests. Then inspect how Container types handle keyboard input and selection. Done means an agreed subset supports Tab and Shift+Tab for selecting the next or previous element, with tests covering the supported containers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100