Invoke-FuzzyGitStatus
May 29, 2022 ยท View on GitHub
SYNOPSIS
Starts fzf with input from output of the git status function.
SYNTAX
Invoke-FuzzyGitStatus
DESCRIPTION
Allows the user to select files listed from the output of the git status function executed in the current directory.
These keyboard shortcuts are supported:
- CTRL+A selects all items
- CTRL+D deselects all items
- CTRL+T toggles the selection state of all items
EXAMPLES
Launch Invoke-FuzzyGitStatus
Launches fzf with input from a git status command executed in the current directory.
Invoke-FuzzyGitStatus
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.