select-run icon indicating copy to clipboard operation
select-run copied to clipboard

[Feature Request] - Running a command should have it appear in the terminal history.

Open dwjohnston opened this issue 7 months ago • 0 comments

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

dwjohnston avatar May 26 '25 03:05 dwjohnston