Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Powershell Script and Config Generator #2

Closed

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    aa4034a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Enhance Powershell Script and Config Generator

    - Add section for Powershell script configuration
    - Add the following Powershell script configuration settings: generate, display windows notifications, sound type
    - Adjusted Powershell variable names for consistency
    - Created various Powershell helper functions
    - Converted sleepUntilandPlaySound() to sleepUntilAndThenTriggerAlert() - sleep, show windows notification, play sound (either TTS or WAV)
    - Converted all Powershell sound alert details to variables within the Powershell configuration file
    - Added logic to skip sleeping and playing sound alerts if the timestamp is in the past
    - Added various information statements to the console during script execution
    - Updated code formatting and comments
    scottsousa committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1237906 View commit details
    Browse the repository at this point in the history