PowerShell Animations: Start-Reminder
Sit-ups are a lot easier if you do a few every few minutes, all day long. That was the goal of this app. Every someodd minutes, notify me to get off my chair and do a couple sit-ups.
It’s basically just a pre-configured execution of the Write-Progress cmdlet. Set how long you want the intervals, and it’ll play a built-in Windows sound file at the end of each loop.
The app works fine. I desensitized to the alarm pretty quickly, though.
You can get the whole PowerShellAnimations module here: GitHub – p01nd3xt3r/PowershellAnimations