Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
111 stars 17 forks source link

Customizable layout: Tabview and more than two layouts #8

Closed Elius94 closed 2 years ago

Elius94 commented 2 years ago

Currently the lib allows to use only Homepage (top of the screen) and Logs View (bottom of the screen). It's interesting to give to the user the possibility of adding more than one pages and maybe with a custom layout.

Another thing is to make the layout acts like a tabview, so with a keybord key or combination make it changing the selected tab.