Skip to content

bibistroc/powershell-interactive-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 22, 2024
be7a430 · May 22, 2024

History

26 Commits
Apr 26, 2020
May 22, 2024
Apr 26, 2020
Apr 21, 2020
Jun 22, 2021
Apr 20, 2020
Jun 22, 2021
Jun 22, 2021
Apr 26, 2020
Apr 26, 2020
Jun 22, 2021
Apr 21, 2020

Repository files navigation

Powershell Interactive Menu

Note: this project is in development now. New versions will be available soon

Description

The scope of this module is to provide some interactive menus to be used in powershell.

Interactive multi menu

asciicast

Interactive choose menu

asciicast

Install

Install-Module -Name InteractiveMenu

Or manual download from PowershellGallery.

Or clone this repository.

Usage

Usage for MultiMenu.

Usage for ChooseMenu.