forked-win-get-updates
v0.0.8
Published
Forked third party CLI frontend for winget update runs.
Maintainers
Readme
Forked win-get-updates
Third party CLI frontend for winget update runs. It lets you interactively choose which package to install.
This is a fork of win-get-updates.
Requirements
Windows with winget installed. Supposed to run on cmd.exe.
Install
npm install -g forked-win-get-updatesRun
Global
fwguLocal development
node src\cli.jsIgnore File
fwgu supports ignoring specific packages from the update list using an ignore file.
Default Location
By default, fwgu loads package IDs to ignore from ~/.fwguignore (in your home directory). If this file doesn't exist, all packages will be shown.
Custom Ignore File
You can specify a custom ignore file using the --ignore-file option:
fwgu --ignore-file C:\path\to\myignore.txtFormat
The ignore file should contain one package ID per line. Package IDs are matched case-insensitively.
Example .fwguignore:
# Packages I want to update manually
Microsoft.VisualStudioCode
Node.js
# System packages
Microsoft.WindowsTerminal- Lines starting with
#are treated as comments and ignored - Empty lines are ignored
- Leading and trailing whitespace is automatically trimmed
Update dependencies
- Run once:
npm install -g npm-check-updates- Run every time:
ncu -c 3 --peer -ui