Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomtom828/la-croix
Scheduled reminder to drink water throughout the work day
https://github.com/tomtom828/la-croix
la-croix powershell schtasks
Last synced: 23 days ago
JSON representation
Scheduled reminder to drink water throughout the work day
- Host: GitHub
- URL: https://github.com/tomtom828/la-croix
- Owner: tomtom828
- Created: 2017-11-30T20:52:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T05:41:24.000Z (about 7 years ago)
- Last Synced: 2024-11-06T04:07:32.154Z (2 months ago)
- Topics: la-croix, powershell, schtasks
- Language: PowerShell
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :ocean: La Croix :tangerine:
Scheduled reminder to drink water throughout the work day. Measurements are in cans of La Croix.Each hour the script calculates how much La Croix you needed to have consumed to meet your workday's water intake goal.
### Cloning Down the Repo
This is a Powershell application.Single Time Use: Please `cd` into the repo using Powershell and then run `.\drink-water.ps1`
Reminder Setting: Please `cd` into the repo and run `.\schedule-tasks\create-task.ps1`
Remove Reminder Setting: Please `cd` into the repo and run `.\schedule-tasks\remove-task.ps1`
### Screenshot
![GUI Prompt](/screenshot.png)### Resources
https://blogs.technet.microsoft.com/heyscriptingguy/2014/04/04/powertip-use-powershell-to-display-pop-up-window/https://technet.microsoft.com/en-us/library/ff730993.aspx
https://stackoverflow.com/questions/20108886/scheduled-task-with-daily-trigger-and-repetition-interval
https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357%28v=vs.85%29.aspx