Skip to content

Comments

feat: add terminal attach mode and refactor container selection#155

Open
zincognity wants to merge 1 commit intoFinsys:mainfrom
zincognity:main
Open

feat: add terminal attach mode and refactor container selection#155
zincognity wants to merge 1 commit intoFinsys:mainfrom
zincognity:main

Conversation

@zincognity
Copy link

Hi! I really enjoy using this project, it’s super handy and well put together. While working on my Minecraft server setup, I realized I needed to interact with the console using docker attach, but that wasn’t available yet.

So I added a small change to make that possible. It’s a simple tweak, but I think it’ll be useful for anyone running their server in Docker and wanting quick console access.

Thanks for building such an awesome project—I’m glad I could contribute a little improvement!

image Screenshot 2026-01-13 at 04 06 26 Screenshot 2026-01-13 at 04 06 40 Screenshot 2026-01-13 at 04 07 17

- Introduced a new mode toggle for terminal operations: 'exec' and 'attach'.
- Updated container fetching logic to filter based on the selected mode.
- Enhanced container selection to handle both exec and attach modes.
- Refactored terminal component to support attach functionality with a new AttachTerminal component.
- Improved UI elements for better user experience when switching modes.
- Added handling for connection states and terminal commands based on the selected mode.
@lisaaqt
Copy link

lisaaqt commented Feb 14, 2026

Great Feature! Hope to see it added in future <3

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