A .NET library to read and display keyboard input.
Перейти к файлу
Mike Krüger 7683859651 Added line decoration renderer. 2024-06-24 11:49:12 +02:00
.github Remove GitHub Action path criteria 2024-01-10 22:08:43 +01:00
examples Highlighter now works on the whole line. 2024-06-18 09:30:33 +02:00
resources/gfx Initial commit 2021-05-21 15:54:54 +02:00
src Added line decoration renderer. 2024-06-24 11:49:12 +02:00
.editorconfig Initial commit 2021-05-21 15:54:54 +02:00
.gitignore Initial commit 2021-05-21 15:54:54 +02:00
CODE_OF_CONDUCT.md Initial commit 2021-05-21 15:54:54 +02:00
LICENSE.md Initial commit 2021-05-21 15:54:54 +02:00
README.md Update README 2021-05-23 12:25:12 +02:00
build.cake Update dependencies 2022-02-10 13:23:32 +01:00
dotnet-tools.json Update to .NET 8 2024-01-10 22:02:03 +01:00
global.json Update to .NET 8 2024-01-10 22:02:03 +01:00

README.md

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.