Dotnet Depends is a great text mode development utility made with Gui.cs

1 · Scott Hanselman · Aug. 1, 2019, 8:22 p.m.
I love me some text mode. ASCII, ANSI, VT100. Keep your 3D accelerated ray traced graphics and give me a lovely emoji-based progress bar. Miguel has a nice thing called Gui.cs and I bumped into it in an unexpected and lovely place. There are hundreds of great .NET Global Tools that you can install to make your development lifecycle smoother, and I was installing Martin Björkström's lovely "dotnet depends" tool (go give him a GitHub star now!)  like this:dotnet tool install -g dotnet-depends Then...