>_ TerminalSlides
GitHub

Install

TerminalSlides requires PowerShell 7.4 or later. Install the published module from PowerShell Gallery.

Install from PSGallery

Install-Module TerminalSlides

PowerShell loads TerminalSlides automatically when you call an exported command. You can import it explicitly when startup timing matters.

Import-Module TerminalSlides

Verify

Get-Module TerminalSlides -ListAvailable
Get-Command -Module TerminalSlides

Update

Update-Module TerminalSlides