I want do provide the user with a menu in Powershell where he can select entities with the arrow keys just like in GRUB or just the very basic idea of curses to replace the (Y)es or (N)o command line inputs. (Or for folder selection or whatever)
Is there already a framework or something that can help me as a starting point?
I already checked the Out-GridView, but this leaves Powershell to another window.