readline icon indicating copy to clipboard operation
readline copied to clipboard

A Pure C# GNU-Readline like library for .NET/.NET Core

Results 30 readline issues
Sort by recently updated
recently updated
newest added

Title says it all. I don't actually know if this is intended behavior, but it is relatively _unexpected_ behavior; none of the other terminals I use in Windows (cmd.exe, PowerShell,...

Hi, is possible to have a method GetSuggestions with async call? Best regards

I suggest defining the Summaries in `IAutoCompletionHandler` as an alternative, and using only the `/// ` tags in the example.

This PR adds CancellationToken to the Read and ReadPassword API. Functionalities: - CancellationToken for Read and ReadPassword - Async API: ReadAsync - ReadKey to read a single key that mimics...

This allows a user to override the way the Prompt is written so that changes to formatting can be introduced. i.e. ``` System.ReadLine.WritePrompt = (prompt) => { Console.ForegroundColor = ConsoleColor.Yellow;...

The last version of Readline was published 12.06.2018. There are great PRs, but I don't see responses. Is this repo still alive?

Is there a reason the latest version (v2.0.0) dropped netstandard1.3 support? The github page still mentions netstandard1.3 support.

I tried to use the our tool on Windows 7 system in a MINGW64 terminal (that is installed when I installed Git client to access github). ``` Unhandled Exception: System.InvalidOperationException:...

Updated to support .NET Core 2.1. Updated to support .NET Standard v2.0. Updated to support .NET Framework v4.7.2. Consolidated redundant code and expressions. Repacked for multi-frameworks. Updated versioning. Updated test...

New async method with the ability to interrupt input from the console https://stackoverflow.com/questions/9479573/how-to-interrupt-console-readline