Spectre.Console lets you make beautiful console apps with .NET Core
1–10 of 35 posts
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#2Damn. That's neat.
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#3that can be interesting for F# and true cross platform applications. Can't wait to mess with it.
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#4Wow. I wish there was something like this for other languages (like Python, Nim or Go).
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#5Does it support input anyway? Can a user choose a table row with arrow keys and press a button to do something or input a value?
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#6Wow. I wish there was something like this for other languages (like Python, Nim or Go).
Look for "curses" or "ncurses" libraries in other languages.
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#7Wow. I wish there was something like this for other languages (like Python, Nim or Go).
For Python check out the “rich” module[1]. It even uses a table of Star Wars movies as an example. It gives you access to colors and other niceties, like outputting syntax highlighted elements and colorful exceptions with little effort.
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#8[deleted]
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#9Discussed nearly 2 weeks ago:
Re: Spectre.Console lets you make beautiful console apps with .NET Core
#10Wow. I wish there was something like this for other languages (like Python, Nim or Go).
For Go check out bubbletea: https://github.com/charmbracelet/bubbletea