[Feature]: Distrobox integration
Feature description
Distrobox is basically WSL for Linux and Mac. As more immutable distros arises, i.e., VanillaOS, BlendOS it has become a requirement to use Distrobox. Right now there aren't many terminals that fights in this field, Ptyxis on Linux is one example. I think adding this feature would help with the project future-proof-ness.
Implementation Suggestion
Distrobox uses containers such as Docker (The user can pick what container they want to use). I am no expert in either ssh or docker, but it's easy to connect a docker port to ssh.
Anything else?
No response
Docker integration is definitely on our to do list, sounds like this should be an easy enough extension of that!
I would suggest not limiting this to Docker, Podman is also mature enough to include and is similar to docker.
Haven't looked into it yet to know how compatible the two apis are, if they're different, we may tackle them separately. If there's an easy abstraction though then yeah will look into whether we can do it together