marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
739 stars 15 forks source link

Keep terminal running in background #646

Closed CleoMenezesJr closed 1 year ago

CleoMenezesJr commented 1 year ago

Describe your feature request

Currently, when opening and closing the terminal, everything that is there is killed. It would be interesting to be able to keep the information running in the background. Screencast from 2023-05-08 11-01-32.webm

marhkb commented 1 year ago

Thanks for your report.

It would indeed be useful to not lose the current processes. But reusing the existing terminal would be limiting the possibilities.

So, I decided to rather make terminals detachable. In this way, you don't have to kill the terminal if you want to use other functions of the app. And you can use as many terminals as you want in parallel.

Bildschirmaufzeichnung vom 2023-05-08, 22-56-58 (getrimmt).webm