Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 798 Bytes

readme.md

File metadata and controls

28 lines (16 loc) · 798 Bytes

About

Various helpers for creating console projects from NuGet package ConsoleHelperLibrary.

Main reason for this library is for positioning console windows.

Although its possible to resize a window its not portable to other operating system than Windows.

Console.SetWindowSize(40, 10);

Other methods like center text in a window and timeout ReadLine came from various forum questions.

Note Example projects have a GlobalUsings file for using aliases.

Center screen/Center text

centering

Menu example

menu sample

See also

Spectre.Console is a .NET library that makes it easier to create beautiful console applications.