Skip to content

Conversation

@vvoland
Copy link
Contributor

@vvoland vvoland commented Jan 29, 2026

Adds support for suspending the TUI application to the background using Ctrl+z, which is the standard Unix convention for job control.

This allows users to temporarily return to their shell without fully exiting the application, making it easier to run quick shell commands or check other processes while keeping their TUI session active.

Adds support for suspending the TUI application to the background using
Ctrl+z, which is the standard Unix convention for job control.

This allows users to temporarily return to their shell without fully
exiting the application, making it easier to run quick shell commands or
check other processes while keeping their TUI session active.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland requested a review from a team as a code owner January 29, 2026 12:59
@rumpl
Copy link
Member

rumpl commented Jan 29, 2026

FYI you can also directly in cagent do !cat README.md and it will run that command

@vvoland
Copy link
Contributor Author

vvoland commented Jan 29, 2026

Thanks, I need my full shell though 😅

@rumpl rumpl merged commit a6b6704 into docker:main Jan 29, 2026
5 checks passed
@rumpl
Copy link
Member

rumpl commented Jan 29, 2026

And you shall have it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants