Skip to content

Instantly share code, notes, and snippets.

@lenicyl
lenicyl / Write-Menu.ps1
Last active December 19, 2021 08:53 — forked from hapylestat/text_menu.ps1
Clean powershell based menu with arrow navigation
<#
This is based of a fork of Jakob Bindslet's powershell menu, made by @hapylestat on github the links to both the fork, and the original you will find below.
I have forked it to add 1 line which just hides the cursor to make the menu look cleaner
Links :
Original Menu script : https://mspowershell.blogspot.com/2009/02/cli-menu-in-powershell.html?m=1
Fork : https://gist.github.com/hapylestat/b940d13b7d272fb6105a1146ddcd4e2a
#>