Blog

Python console menu

Very often, when working on a project, tasks arise that require entering several commands into the console, for example, rebuilding the frontend, starting / stopping several docker containers, deploying the environment on a new development computer, and so on. This is generally not difficult, but…