spectre.console
spectre.console copied to clipboard
A .NET library that makes it easier to create beautiful console applications.
**Is your feature request related to a problem? Please describe.** When I have a table with at has rows that span multiple lines it can be difficult to distinguish one...
**Is your feature request related to a problem? Please describe.** *No, it isn't related to any problem is just a library feature that I want to request.* **Describe the solution...
**Information** - Version: most recent master efa3d3b1304f0824553cb51e8f9379447d0baa94 **Describe the bug** If a grid is created (I guess it's the same for tables, because a grid internally creates a table) and...
I don't know if there was a way to do this already built in, but I end up working with lots of data whether it's in a `IDataReader`, `IEnumerable` or...
There should be an option to specify overflow strategies for tables when one or more columns can't be displayed. * If the table can't be displayed at all (`requested max-width
In some cases, it would be useful to have the ability to have a single header or row span multiple columns in a table. For instance, if the header of...
**Information** - OS: Windows - Version: 10 - Terminal: Windows CMD, Powershell **Describe the bug** When using the spinner sample on the cmd or powershell I only get a bar...
**Information** - OS: macOS/Windows - Version: Big Sur / 10 - Terminal: Terminal / Windows Shell **Describe the bug** Nesting an `AnsiConsole.Confirm` inside of an async Status block causes the...
### Discussed in https://github.com/spectreconsole/spectre.console/discussions/556 The original idea was sparked somewhere in https://github.com/spectreconsole/spectre.console/discussions/550: Enable `MultiSelectionPrompt` and `SelectionPrompt` to show Renderables as select items. Currently, items for `MultiSelectionPrompt` and `SelectionPrompt` need to...
**Is your feature request related to a problem? Please describe.** Previously it was possible to select multiple items in `MultiSelectionPrompt`, allowing for multiple defaults. Working around this by just selecting...