## Overview I want to re-write `lspcontainers` from scratch considering all of the challenges we have faced over the past year working on the project. ## New Features - [ ] built in TUI for ease of management of images - [ ] build in status updates for when something is happening (image is downloading, etc) - [ ] complete overhaul of the code to make it support multiple drivers (docker, podman, nix, etc) - [ ] improve modularity of code for easier re-usability (right now it's mostly 1 file) - [ ] include possible "previous versions" in TUI for backwards compatibility
Overview
I want to re-write
lspcontainersfrom scratch considering all of the challenges we have faced over the past year working on the project.New Features