select-run
select-run copied to clipboard
[Feature Request] - Running a command should have it appear in the terminal history.
Is your feature request related to a problem? Please describe.
If I use select-run to run the equivilent of npm run test:foo:bar, I often want to repeat the command quickly again, without having the navigate the list with up/down arrows.
Describe the solution you'd like
In a scenario where I've done this:
select-run
[navigate down list to test:foo:bar]
[space]
[enter]
(the test runs)
now when I press up, the last command appearing in the terminal should be
npm run test:foo:bar
not:
select-run