spectre.console
spectre.console copied to clipboard
A .NET library that makes it easier to create beautiful console applications.
**Information** - OS: Windows / Linux - Version: 0.40.0 - Terminal: conhost / Windows Terminal **Describe the bug** The text prompt doesn't seem to support Home, End or CursorKeys. On...
**Add Styling for Choices and Validation of TextPrompts e.g. change the default color of choices and validation messages.**
**Is your feature request related to a problem? Please describe.** Allow users to add hooks to prompts. **Describe the solution you'd like** For example, adding the support of doing the...
Hi, apologies in advance if this is just a flag I didn't set or something, I couldn't find anything in the docs. I have a prompt and I'd like to...
**Information** - OS: Windows - Version: 0.38.0 - Terminal: VS Code, cmd, Terminal **Describe the bug** When reporting progress with `HideCompleted(true)`, once all operations have completed, some residue output remains....
**Is your feature request related to a problem? Please describe.** `Progress` provides a method called `StartAsync(...)` that wraps an operation and exposes `ProgressContext`: https://github.com/spectresystems/spectre.console/blob/b17eabaa1f67210da8992531d90382277bc116b8/src/Spectre.Console/Widgets/Progress/Progress.cs#L114-L156 Perhaps it would be nice to...
**Is your feature request related to a problem? Please describe.** When performing multiple parallel tasks, it's likely that some of them may fail without stopping the entire process. It would...
First, very much thank you for this amazing console! It looks and works really cool! **Is your feature request related to a problem? Please describe.** I am working on the...
It would be useful to implement MultilineTaskDescriptionColumn for Progress. This didn't help me for multiline description: ```csharp public sealed class MultilineTaskDescriptionColumn : ProgressColumn { /// protected internal override bool NoWrap...
**Is your feature request related to a problem? Please describe.** With some columns having dynamic content it is causing the progress bar to bounce around a bit. And in the...