Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a Readline-like library #11

Open
alexrp opened this issue Mar 20, 2020 · 0 comments
Open

Provide a Readline-like library #11

alexrp opened this issue Mar 20, 2020 · 0 comments
Assignees
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 Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Mar 20, 2020

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.

@alexrp alexrp self-assigned this Mar 20, 2020
@alexrp alexrp added state: approved Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests. labels Mar 21, 2020
@alexrp alexrp added area: editor Issues related to the line editor. area: build Issues related to the build system. area: documentation Issues related to the documentation. area: packaging and removed area: packaging labels Jun 15, 2021
alexrp added a commit that referenced this issue Dec 6, 2021
This is very incomplete and predates some fundamental changes to the core
terminal APIs. This will all have to be done from scratch.

See: #11
@alexrp alexrp added this to the v1.0 milestone Dec 20, 2021
@alexrp alexrp added the area: samples Issues related to the sample projects. label Dec 30, 2021
@alexrp alexrp modified the milestones: v1.0, v2.0 Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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 Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests.
Development

No branches or pull requests

1 participant