Skip to content

ekishouTV/scoop-update-notifier

Repository files navigation

scoop-update-notifier

Notify whether or not an update for an installed app by Scoop via toast.

Prerequisites

  • Windows 10 / 11
  • Windows PowerShell 5.1

Message in toast

Type Message
Up to date Up to date!
There is an update (Not same as previous) There is an update.
There is an update (Same as previous) There is an update.
Should be update!
There are updates (Not same as previous) There are <n> updates.
There are updates (Same as previous) There are <n> updates.
Should be update!

Installation / Uninstallation

Installation

Register the task to Task Scheduler.

Simple

PS> install.ps1

Default execution time is 10:00 .

Specific time

PS> install.ps1 -ExecutionTime '18:00'

Uninstallation

Unregister the task from Task Scheduler.

PS> uninstall.ps1

About

Notify whether or not an update for an installed app by Scoop via toast.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published