google / wireit

Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient.
Apache License 2.0
6.09k stars 107 forks source link

[Feature Request] forward keyboard press events #808

Open haikyuu opened 1 year ago

haikyuu commented 1 year ago

Sometimes, when running service tasks, interacting with a service is desired.

e.g: When running tests with Vitest or Jest, I can type a to retry all tests or do complex operations like filter out tests to run ...

image

I suggest we forward keyboard events to all service commands (and their service dependencies) with maybe an option to stopPropagation to stop events from reaching dependencies of a service.

darrinholst commented 1 year ago

https://github.com/google/wireit/issues/281