external help file | schema |
---|---|
PSFzf.psm1-help.xml |
2.0.0 |
Uses fzf as an interactive Ripgrep launcher
Invoke-PsFzfRipgrep -SearchString <string> [-NoEditor]
Uses Ripgrep and Fzf to interactively search files.
Invoke-PsFzfRipgrep -SearchString 'Key' # Starts search with initial ripgrep query of the string 'Key'
Initial string to start ripgrep query
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Returns result instead of launching editor
Type: Switch
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: False
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 is adapted from Fzf's advanced document. This function requires the installation of ripgrep and bat.