For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

PSEdit is distributed through the PowerShell Gallery.

Install-Module psedit

To install without administrator permissions, use the current-user scope.

Install-Module psedit -Scope CurrentUser

Optional Formatting Dependency

Install PSScriptAnalyzer to enable PowerShell formatting.

Install-Module PSScriptAnalyzer

Verify Installation

Import-Module psedit
Get-Command Show-PSEditor
Get-Alias psedit

Last updated