{"id":19750902,"url":"https://github.com/sheepla/fzwinget","last_synced_at":"2026-04-01T17:02:17.356Z","repository":{"id":65566606,"uuid":"594500449","full_name":"sheepla/fzwinget","owner":"sheepla","description":"🪟 A winget wrapper command with fuzzy finer UI","archived":false,"fork":false,"pushed_at":"2023-08-14T21:47:40.000Z","size":38,"stargazers_count":18,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T23:42:25.582Z","etag":null,"topics":["fuzzy-finder","go-cli","go-fuzzyfinder","package","package-installer","package-manager","package-sercher","windows","windows-cli","winget"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sheepla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-28T18:36:27.000Z","updated_at":"2026-01-19T03:50:33.000Z","dependencies_parsed_at":"2024-06-19T05:31:58.841Z","dependency_job_id":"b2c1e070-67f8-4a0b-b815-dd8e2f3f47eb","html_url":"https://github.com/sheepla/fzwinget","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sheepla/fzwinget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwinget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwinget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwinget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwinget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/fzwinget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwinget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuzzy-finder","go-cli","go-fuzzyfinder","package","package-installer","package-manager","package-sercher","windows","windows-cli","winget"],"created_at":"2024-11-12T02:40:34.965Z","updated_at":"2026-04-01T17:02:17.331Z","avatar_url":"https://github.com/sheepla.png","language":"Go","readme":"\u003cdiv align=\"right\"\u003e\n\n[![golangci-lint](https://github.com/sheepla/fzwinget/actions/workflows/ci.yml/badge.svg)](https://github.com/sheepla/fzwinget/actions/workflows/ci.yml)\n[![Release](https://github.com/sheepla/fzwinget/actions/workflows/release.yml/badge.svg)](https://github.com/sheepla/fzwinget/actions/workflows/release.yml)\n\n\u003c/div\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n\n# fzwinget\n\n*winget ❤ fuzzy-finder*\n\n**fzwinget** is a wrapper command for [Windows Package Manager CLI](https://github.com/microsoft/winget-cli) a.k.a. **winget** with built-in fuzzy-finder interactive interface\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://repository-images.githubusercontent.com/594500449/fadbdca9-f764-437c-ae91-bb417cfb6d07\" href=\"https://github.com/sheepla/fzwinget/edit/master/README.md\" alt=\"screenshot width=\"60%\"\u003e\n\u003c/div\u003e\n\n\n## Features\n\n- [x] built-in fuzzy-finder UI for fast selection by filtering by package ID and name\n- [x] install the selected packages instantly: `fzwinget install QUERY...`\n- [x] able to open the selected package link in the default web browser: `fzwinget open QUERY...`\n\n## Usage\n\n```\nNAME:\n   fzwinget - COMMAND QUERY...\n\nUSAGE:\n   [OPTIONS] COMMAND QUERY...\n\nVERSION:\n   vUNKNOWN-revUNKNOWN\n\nDESCRIPTION:\n   a winget wrapper command with built-in fuzzyfiner interface\n\nCOMMANDS:\n   install, i     find packages and run `winget install`\n   show, s, view  find packages and show detailed informations\n   open, o        find packages and open the page of the selected software(s)\n   help, h        Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n```\n\n## Installation\n\n```\ngo install github.com/sheepla/fzwinget@latest\n```\n\n## Thanks\n\n- [winget](https://github.com/microsoft/winget-cli) - Official Windows Package Manager CLI repository\n- [winget.run](https://winget.run/) - The website finding winget packages made easy\n- [winget.run API](https://github.com/winget-run/api) - The REST API behind winget.run, allowing users to search, discover. This tool utilise for this API.\n\n## License\n\nMIT\n\n## Author\n\n\u003e [sheepla](https://github.com/sheepla/)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Ffzwinget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Ffzwinget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Ffzwinget/lists"}