How to immediately open the terminal #226
-
Can I configure Overseer to automatically open the terminal when I select the template? |
Beta Was this translation helpful? Give feedback.
Answered by
stevearc
Oct 24, 2023
Replies: 1 comment 1 reply
-
#68 has a solution if you're calling it via the API. If you want it to happen whenever you do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dimas-cyriaco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#68 has a solution if you're calling it via the API. If you want it to happen whenever you do
:OverseerRun
you could create a custom component that does the same thing inon_start
, and attach that component to all tasks by adding it to thedefault
component alias