Built a cross compatible frontend shell with .Net
Context:
So I built a cross compatible front-end shell called AurSh in C# because of how cross platform C#'s .Net Core is. So I made it in C#, Originally I was suppose to build it in rust's ratatui. But I liked the OOP of C# better so I decided to go into that direction plus its very scalable that way.
It has a Unicode Tui execution viewport called blackbox where stdin/out of processes are redirected inside BlackBox. Except for processes that takeover the terminal with their own screen buffer.
What do ya'll think of its UI?
Repository: AurSh