Skip to content

Edit-PSReadLineHistoryFile

SYNOPSIS

Edit the PSReadLine History File

SYNTAX

Edit-PSReadLineHistoryFile [<CommonParameters>]

DESCRIPTION

Use this function to edit the PSReadLine history file. This may be useful if you want to reset some of your autocomplete suggestions orremove commands that did not work.

EXAMPLES

EXAMPLE 1

Edit-PSReadLineHistoryFile

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

Author: Sam Erde Version: 0.0.1 Modified: 2024-10-10

Idea: History search with a TUI? This may already be done by the PowerShell Run module.