moiaune / StretchReminder

A simple break/stretch reminder in Powershell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StretchReminder

TODO

Installation (on Windows)

This module requires the BurntToast module for displaying notifications on Windows. You can install it from the PowershellGallery.

Install-Module -Name BurntToast -Scope CurrentUser
Install-Module -Name StretchReminder -Scope CurrentUser

Installation (macOS / Linux)

Notifications are not supported for macOS/Linux at the moment (working on it), and therefor no point in installing it for these operating systems.

How To Use

# Will notify you every 15 minutes and count down from 15 seconds each time.
Start-StretchReminder

# Will notify you every 30 minutes and count down from 15 seconds each time.
Start-StretchReminder -Interval 30 -Duration 15

NOTE: Currently, the terminal must be left open when you run this module.

About

A simple break/stretch reminder in Powershell.

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%