Skip to content

Instantly share code, notes, and snippets.

@lenicyl
lenicyl / Write-Menu.ps1
Last active July 31, 2024 12:07 — forked from hapylestat/text_menu.ps1
Clean powershell based menu with arrow navigation
<#
Fork that hides cursor in the menu
Links :
Original Menu script : https://mspowershell.blogspot.com/2009/02/cli-menu-in-powershell.html?m=1
Fork : https://gist.github.com/hapylestat/b940d13b7d272fb6105a1146ddcd4e2a
#>
function moveCursor{ param($position)