SinaraX is a TUI for the sinaraml library
lib | pypy |
---|---|
SinaraX | |
sinaraml | |
textual |
It is convenient to have a cli, but it is even more convenient to have a graphical interface for managing this cli. As a regular user of sinaraml, I have developed a basic version of the sinaraX library. It covers the capabilities of managing servers in sinaraml without using commands in the console.
- Move to server screen
- Move to update screen
- Check system for sinaraml
- Exit
- Create server (
sinara server create ...
) - Remove server (
sinara server remove ...
) - Start server (
sinara server start ...
) - Stop server (
sinara server stop ...
) - HELP (
sinara server -h
) - Update images (
sinara server update ...
) - Get config (print used config to log)
- Save config (save config to ~/.sinaraX folder)
- Back (back to main screen)
- Exit
- Update sinaracli (
pip install sinaraml --upgrade
) - Update sinaraX (
pip install sinaraX --upgrade
) - Back (back to main screen)
- Exit
pip install sinaraX
SinaraX