external help file | schema |
---|---|
PSFzf.psm1-help.xml |
2.0.0 |
Sets the current location based on the Everything database.
Set-LocationFuzzyEverything [-Directory <string>]
Allows the user to select a directory from the Everything database and sets the current location.
Launches fzf and sets the current location based on the user selection.
Set-LocationFuzzyEverything
Launches fzf for all subdirectories of c:\Windows and sets the current location based on the user selection.
Set-LocationFuzzyEverything c:\Windows
The path to a directory that contains the subdirectories that the user will choose from.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet does not support common parameters.
This cmdlet does not accept any input.
This cmdlet does not generate any output.
This function will be created if PSEverything can be found by PowerShell.