Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 689 Bytes

Invoke-FuzzyHistory.md

File metadata and controls

42 lines (30 loc) · 689 Bytes
external help file schema
PSFzf.psm1-help.xml
2.0.0

Invoke-FuzzyHistory

SYNOPSIS

Rerun a previous command from history based on the user's selection in fzf.

SYNTAX

Invoke-FuzzyHistory

DESCRIPTION

Executes a command selected by the user in fzf.

EXAMPLES

Launch Invoke-FuzzyHistory

Launches fzf and executes the command selected by the user.

Invoke-FuzzyHistory

PARAMETERS

CommonParameters

This cmdlet does not support common parameters.

INPUTS

None

This cmdlet does not accept any input.

OUTPUTS

None

This cmdlet does not generate any output.

NOTES

RELATED LINKS