For .NET 6, the console project template was changed to use top-level statements. The code that is created in Program.cs is:
```
// See https://aka.ms/new-console-template for more information
C…
I just finished working on shell integration for kitty. Before releasing, I'd like some testing/feedback from the community.
In brief, shell integration enables features such as:
* Open the outp…