Skip to content

A lightweight command-line tool for setting time-based reminders and receiving desktop notifications in the terminal

License

Notifications You must be signed in to change notification settings

Omar-Ebrahim-1/Reminder-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reminder-CLI

A simple command-line reminder tool for setting time-based alerts using the terminal.

Table of Contents

Overview

Reminder-CLI is a lightweight command-line tool that allows you to set time-based reminders in your terminal. It utilizes the beeep library to display desktop notifications.

Features

  • Set reminders for future times.
  • Display desktop notifications when reminders trigger.
  • Simple and easy-to-use command-line interface.

Usage

To set a reminder, run the following command:

go run main.go <hh:mm> <message>

Installation

Prerequisites

Make sure you have Go installed on your machine. If not, you can download and install it from https://golang.org/.

  1. Clone the repository:

    git clone https://github.com/Omar-Ebrahim-1/Reminder-CLI.git
  2. Navigate to the project directory:

    cd Reminder-CLI
  3. Run command

    go mod tidy && \
    go run main.go
  4. If you prefer, you can also build the binary and move it to a directory in your system's PATH:

    go build -o reminder-cli && \
    sudo mv reminder-cli /usr/local/bin/

License

This project is licensed under the terms of the GNU General Public License (GPL) version 3.0.

You can find a copy of the license in the LICENSE file included with this distribution.

About

A lightweight command-line tool for setting time-based reminders and receiving desktop notifications in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages