7683859651 | ||
---|---|---|
.github | ||
examples | ||
resources/gfx | ||
src | ||
.editorconfig | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
README.md | ||
build.cake | ||
dotnet-tools.json | ||
global.json |
README.md
RadLine
This is a preview of the RadLine library.
At this point, we will not be accepting pull requests for new functionality.
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.