Skip to content

spectreconsole/radline

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2024
Jun 18, 2024
May 21, 2021
Feb 7, 2025
May 21, 2021
May 21, 2021
May 21, 2021
May 21, 2021
May 23, 2021
Feb 10, 2022
Jan 10, 2024
Jan 10, 2024

Repository files navigation

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.