Can I use spectre.console to print to my own colored console? #573
-
My WPF app has its own console (based on Avalonedit). |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@goswinr If your console exposes a |
Beta Was this translation helpful? Give feedback.
-
@patriksvensson yes my console exposes a |
Beta Was this translation helpful? Give feedback.
-
@goswinr Exactly. If you do that you should be able to use Spectre.Console in your app. |
Beta Was this translation helpful? Give feedback.
-
@patriksvensson Thanks, it works already great in my F# scripting editor. Just the colors are missing. |
Beta Was this translation helpful? Give feedback.
-
@goswinr Awesome! Your app looks awesome as well! 😀 |
Beta Was this translation helpful? Give feedback.
@goswinr If your console exposes a
TextWriter
and supports ANSI escape sequences then yes.