KarlHeitmann / KarlHeitmann/rg_wrapper
Save a history of `rg` commands, add this feature to the main menu.
Open
- Dominant language
- Rust
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When `rg_wrapper` is run, we can store on a buffer the commands the user has input. Add another option to main menu mentioned on #1 to show the history of commands so, he can repeat a previous command without typing it again.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the command-input loop and main-menu entry point in rg_wrapper. Trace how user commands are currently read, then determine where an in-memory history can be maintained and how the new menu option should expose it. Done means users can view saved commands and repeat one without retyping it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100