reminder

command module
v0.0.0-...-14cc179 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

README

Reminder

Application to make reminders for all you need

reminder

Usage

$ go run main.go -timer=10m -text="Water time!!"

Or can you build this project and add on your bin path like that:

MacOs and Linux users

$ go build -o reminder
$ sudo cp reminder /usr/local/bin/reminder
$ nohup reminder -timer=10m -text="Water time!!" &

Windows users

You are not welcome here :D

Flags

The flag -timer is about the time that alert will happens, for example, 10m yor alert will happen each 10 minutes.

The flag -text is about the text that will show in your alert.

Default values to -timer and -text is 10m and Reminder time respectively

Alert sample

When you executed that program you will receive an alert like that

alert

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL