nice to have: accept multiple commands in one line, or a "implicitly list after every command" mode
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
I find my self stepping through code with the following key press sequence
```
n l
n l
n l
n l
```
alot!
It would be a nice usability feature to be able issue two commands in a row on one line, e.g. "n l" at once to step to the next line and then view the listing of where I am at, so that subsequently I could just press enter to step and view where I am in one press of .
```
n l
```
Alternatively it could be very nice just to have "listing on" mode, where there is an implicit l (list) command issued after every other command. This would be nice when mixing 'n' and 's' and 'f' ('f' is not yet available, I know :).
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 the command handling for the n, l, s, and f commands described in the issue. Decide whether command chaining or an implicit listing mode is supported, then verify that repeated Enter presses step and display the current listing as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100