radline/README.md

693 B

RadLine

This is a preview of the RadLine library.
At this point, we will not be accepting pull requests for new functionality.

_RadLine NuGet Version_

Usage

See the RadLine.Sandbox project for usage examples.

Building

> dotnet tool restore
> dotnet cake

Known issues

  • Terminal is not set in raw mode, so some key combinations might not work in certain terminals.
  • Any modifier with ENTER key does not register on macOS, due to a bug in the System.Console.ReadKey implementation. We will be moving away from using this before release.