Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 890 Bytes

Invoke-FuzzyFasd.md

File metadata and controls

43 lines (31 loc) · 890 Bytes
external help file schema
PSFzf.psm1-help.xml
2.0.0

Invoke-FuzzyFasd

SYNOPSIS

Starts fzf with input from the files saved in fasd (non-Windows) or fasdr (Windows) and sets the current location.

SYNTAX

Invoke-FuzzyFasd

DESCRIPTION

Allows the user to select a file from fasd's database and set the current location.

EXAMPLES

Launch Invoke-FuzzyFasd

Launches fzf with input from fasd's database and set the location based on user selection.

Invoke-FuzzyFasd

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

This function will be created if fasdr can be found by PowerShell.

RELATED LINKS