About this project
Winget Tools is a collection of WinGet-related automation tools and logs maintained by an individual developer. The author explicitly states that these tools are personally created and used, and are not official Microsoft tools.
The repository lists the tools in a table format, including name, location, category tags, usage description, and implementation language:
- Label status notification (notification/Label_status_notification.py): Used to track status updates of pull request labels, written in Python.
- Invalid version check (.github/workflows/check-url-cai.yaml): Checks for dead links in the specified winget-pkgs repository, involving checks such as URL and 404, using C# and GitHub Actions.
- Fetch and analyze installers (.github/workflows/df.yaml): Analyzes installers online to speed up processing, using GitHub Actions and Komac for analysis.
- winget-pkgs fork sync and cleanup of merged branches (.github/workflows/sync-clean.yaml): Syncs the fork and cleans up merged branches, using GitHub Actions and Komac.
- Validate domains (.github/workflows/vd.yaml): Validates domain accessibility on GitHub Actions, using GitHub Actions and Bash (running on Ubuntu).
Usage: To use these GitHub Action workflows, you can fork this repository and run the workflows, while also needing to configure repository secrets.
The repository also mentions an external tool, Sundry, which can be used for integration with winget-tools and can be installed via the winget command.
Open source license is MIT.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.