Provide a Readline-like library #11
Labels
area: build
Issues related to the build system.
area: documentation
Issues related to the documentation.
area: editor
Issues related to the line editor.
area: samples
Issues related to the sample projects.
state: approved
Enhancements and tasks that have been approved.
Milestone
The .NET Core ecosystem doesn't have a Readline-like library that is of high quality. To be clear, it's not for lack of trying (see Mono.Terminal and ReadLine). Rather, the issue is that
System.Console
is a poor abstraction for terminal interaction - the entire reason why Cathode exists.It would be good to provide an additional NuGet package (Vezel.Cathode.Editor?) that provides a line editor based on the core Cathode APIs, and which draws design inspiration from the libraries mentioned above.
The text was updated successfully, but these errors were encountered: