external help file | online version | schema |
---|---|---|
PsFzf.psm1-help.xml |
2.0.0 |
Starts the fuzzy file finder based on input from the pipeline.
Invoke-Fzf [-Extended] [-ExtendedExact] [-CaseInsensitive] [-CaseSensitive] [[-Delimiter] <String>] [-NoSort]
[-ReverseInput] [[-Tiebreak] <String>] [-Multi] [-NoMouse] [-Cycle] [-NoHScroll] [-Reverse] [-InlineInfo]
[[-Prompt] <String>] [[-Header] <String>] [[-HeaderLines] <Int32>] [[-History] <String>]
[[-HistorySize] <Int32>] [[-Preview] <String>] [[-PreviewWindow] <String>] [[-Query] <String>] [-Select1]
[-Exit0] [[-Filter] <String>] [[-Input] <Object[]>]
The Add-Frecent function adds a path to the Fasdr database for the passed in provider.
PS C:\> Set-Location (Invoke-Fzf)
Sets the current location based on the user selection in fzf.
Case-insensitive match (default: smart-case match)
Type: SwitchParameter
Parameter Sets: (All)
Aliases: i
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Case-sensitive match
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enable cyclic scroll
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Field delimiter regex (default: AWK-style)
Type: String
Parameter Sets: (All)
Aliases: d
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Exit immediately when there's no match
Type: SwitchParameter
Parameter Sets: (All)
Aliases: e0
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Extended-search mode (enabled by default; +x or --no-extended to disable)
Type: SwitchParameter
Parameter Sets: (All)
Aliases: x
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enable Exact-match
Type: SwitchParameter
Parameter Sets: (All)
Aliases: e
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Filter mode. Do not start interactive finder.
Type: String
Parameter Sets: (All)
Aliases: f
Required: False
Position: 10
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
String to print as header
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The first N lines of the input are treated as header
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
History file
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Maximum number of history entries (default: 1000)
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Display finder info inline with the query
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The input to display in the interactive finder
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Enable multi-select with tab/shift-tab
Type: SwitchParameter
Parameter Sets: (All)
Aliases: m
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Disable horizontal scroll
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Disable mouse
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Do not sort the result
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Command to preview highlighted line ({})
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Preview window layout (default: right:50%) [up|down|left|right][:SIZE[%]][:hidden]
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Input prompt (default: '> ')
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Start the finder with the given query
Type: String
Parameter Sets: (All)
Aliases: q
Required: False
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Reverse orientation
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Reverse the order of the input
Type: SwitchParameter
Parameter Sets: (All)
Aliases: tac
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Automatically select the only match
Type: SwitchParameter
Parameter Sets: (All)
Aliases: s1
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Comma-separated list of sort criteria to apply when the scores are tied [length|begin|end|index] (default: length)
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: length, begin, end, index
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Objects to display in the interactive finder
Objects selected by the user