winget ❤ fuzzy-finder
fzwinget is a wrapper command for Windows Package Manager CLI a.k.a. winget with built-in fuzzy-finder interactive interface
- built-in fuzzy-finder UI for fast selection by filtering by package ID and name
- install the selected packages instantly:
fzwinget install QUERY...
- able to open the selected package link in the default web browser:
fzwinget open QUERY...
NAME:
fzwinget - COMMAND QUERY...
USAGE:
[OPTIONS] COMMAND QUERY...
VERSION:
vUNKNOWN-revUNKNOWN
DESCRIPTION:
a winget wrapper command with built-in fuzzyfiner interface
COMMANDS:
install, i find packages and run `winget install`
show, s, view find packages and show detailed informations
open, o find packages and open the page of the selected software(s)
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
go install github.com/sheepla/fzwinget@latest
- winget - Official Windows Package Manager CLI repository
- winget.run - The website finding winget packages made easy
- winget.run API - The REST API behind winget.run, allowing users to search, discover. This tool utilise for this API.
MIT