Skip to content

Releases: salixzs/Consolix

Release 1.1.0

09 Mar 14:10
Compare
Choose a tag to compare
  • Added CursorPosition class to store cursor position in colnsole screen (Top/Left values).
    • CursorPosition.Current() to store current position
    • cursorPosition.MoveTo() moves cursor to previosly saved position.
    • Consolix.Write() override methods to take CursorPosition for output in stored coordinates.

Release 1.0.0

02 Feb 10:10
Compare
Choose a tag to compare

Initial release. Included Output (Colored), Input helpers, menu, spinner and progress bar.
Possibility to create operations with auto-help generation and attribute parsing.