/PowerShellGuide.Terminal

An interactive terminal to display the PowerShell Guide

Primary LanguagePowerShellMIT LicenseMIT

PowerShellGuide.Terminal

This module is an extension of The PowerShell Guide that will allow you to view it directly in you terminal.

Terminal.Preview.mp4

Installing

This module is still under development, so it is not aviable in the PowerShell Gallery. But you can still install it as long as you know a little git.

git clone https://github.com/mdowst/PowerShellGuide.Terminal.git
git clone https://github.com/PowerShellGuides/PowerShellGuide.git
Set-Location -Path .\PowerShellGuide
git fetch
git switch PowerShell-Guide-Updates