external help file | schema |
---|---|
PSFzf.psm1-help.xml |
2.0.0 |
Starts fzf on Scoop applications list.
Invoke-FuzzyScoop [-subcommand <string>] [-subcommandflags <string>]
Allows the user to select (multiple) applications from locally stored Scoop buckets and runs subcommand
on them. Default value of subcommand
is install
.
Launches fzf and selects some applications to install.
Invoke-FuzzyScoop
Launches fzf for selects some applications to uninstall.
Invoke-FuzzyScoop -subcommand uninstall
The Scoop command that will be run on the selected applications.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: install
Accept pipeline input: False
Accept wildcard characters: False
A set of flags that will be additionally passed to the Scoop subcommand.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
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 effective if Scoop can be found in PATH.