external help file | schema |
---|---|
PSFzf.psm1-help.xml |
2.0.0 |
Starts an editor for the selected files in the fuzzy finder.
Invoke-FuzzyEdit [-Directory <string>]
Allows the user to pick multiple files from fzf that will be launched in the editor defined in the environment variable EDITOR. Under Windows, Visual Studio Code is launched if EDITOR is not defined. If not running under Windows, vim is launched. If Invoke-FuzzyEdit is executed in the Visual Studio Code integrated terminal, the --reuse-window option is used which should cause the file to open in the currently active Visual Studio Code window.
Launches fzf in the current directory and loads the selected files in the default editor.
Invoke-FuzzyEdit
Path to directory to start fzf in. If not passed defaults to current directory.
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.