Skip to content
Discussion options

You must be logged in to vote

kitten quick-access-terminal sh -c "whatever" works as expected, for example:

kitten quick-access-terminal sh -c 'top'

will start the quick access terminal showing top. Note that this will happen only the very first time you run the command since on subsequent runs it will only toggle an existing quick access terminal.

As for detecting you are running in the quick access terminal, it's pretty easy, simply set an environment variable in your invocations, for example:

kitten quick-access-terminal -o kitty_override=env=IS_QUICK=1

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@addicust
Comment options

Answer selected by addicust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9320 on December 24, 2025 08:32.