Skip to content

A script that allows you to create a keyboard navigable menu

Notifications You must be signed in to change notification settings

mawiseman/powershell-keyboard-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a script that I have been enhancing and using for a while.

It displays a menu in powershell that enables:

  • Keyboard navigation
  • Selection by number
  • Ordered / un-ordered menu items

Usage

See ./examples/run.ps1 for more detailed examples

Import-Module ./src/menu.psm1

Invoke-ShowMenu "Please select" $([ordered]@{ "Value One" = "Option One"; "Value Two" = "Option Two"; "Value Three" = "Option Three" })

Example

About

A script that allows you to create a keyboard navigable menu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published