braheezy / violet

Colorful TUI frontend to run Vagrant commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load VMs and Envs deterministically

braheezy opened this issue · comments

When Violet is first run and environments are found, they are loaded in random order. So the user doesn't know which one will be first selected.

At the very least, the order should be the same each time. A better implementation might remember the environment the user was interacting with last, and show that first. That would require persistent storage, which as of this writing, is not implemented.