package
0.0.0-20240926225535-323081ba6986
Repository: https://github.com/voukatas/golang-projects.git
Documentation: pkg.go.dev

# README

Golang CLI Reminder

A simple command-line reminder tool written in Go. Set reminders for specific times, and receive desktop notifications when the time arrives.

Prerequisites

Ensure you have Go installed on your system. Additionally, the program uses the following external libraries:

  • github.com/gen2brain/beeep
  • github.com/olebedev/when
  • github.com/olebedev/when/rules/common
  • github.com/olebedev/when/rules/en

You can install them using go get:

go get github.com/gen2brain/beeep
go get github.com/olebedev/when

Usage

To set a reminder:

./program_name <hh:mm> "Your reminder message"

For example:

./program_name 15:30 "This is a reminder message"