Default / Auto-Focused Tab in Nx TUI #34486
pinussilvestrus
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when running multiple, continuous tasks in the Nx TUI (
nx run-many --tui), the interface opens with all tasks in separate tabs but does not automatically focus any tab.Users must manually select a tab to see logs. This can interrupt developer workflow, especially when one project is the “primary” focus.
It would be very useful to have an option to auto-focus a specific task tab on startup.
Proposed Solution
Introduce a new optional flag for the Nx TUI:
Behavior:
Alternative ideas
Motivation / Use Case
Beta Was this translation helpful? Give feedback.
All reactions