sevdokimov / FriendlyTerminal

Public issue tracking for Friendly Terminal IntelliJ plugin.
7 stars 0 forks source link

docker integration #25

Closed neopaf closed 1 week ago

neopaf commented 1 week ago

AWESOME plugin, thanks!

Please consider Docker integration? Currently when I dive into Docker container I loose support of Plugin, it's like running bash command -- I stay trapped inside until exit

Not sure how to properly do that.

One way: intercept docker ps output and when clicked on container, open separate tab, and stand between bash instance inside container and user, like when normal execution.

Please please consider?

(IntelliJ Ultimate Docker plugin can do many interesting things, including starting Terminal tabs, but those tabs are nowhere near as convenient as TerminalPro tabs!)

sevdokimov commented 1 week ago

While inside a Docker container, right-click on the console and select Enable UI Session. This action attempts to integrate the current Bash session with TerminalPro. The integration will work if the Docker container supports the necessary commands required by TerminalPro.

neopaf commented 1 week ago

this is awesome! worked like a charm. Thanks, Sergey! спасибо!

neopaf commented 1 week ago

Снимок экрана 2024-11-14 в 16 10 04

Can't find a way to assign a keyboard shortcut to it. Any hints? Thanks in advance!