Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remind

remind is a lightweight CLI utility for Linux that schedules desktop notifications using systemd-run and notify-send.

Requirements

  • systemd (default on Arch Linux)
  • libnotify (provides notify-send)
  • g++ (only if building from source)

Installation

Option A: Use Pre-compiled Binary

  1. Download the remind binary from the Releases page.
  2. Make it executable and move it to your $PATH:
    chmod +x remind
    sudo cp remind /usr/local/bin/

Option B: Build from Source

  1. Clone the repository:
    git clone [https://github.com/AnderFan/Remind.git](https://github.com/AnderFan/Remind.git)
    cd Remind
  2. Compile and install:
    g++ main.cpp -o remind -O3
    sudo cp remind /usr/local/bin/

Usage

remind <date> <time> <title> [message]

Examples

  • ISO Format (YYYY-MM-DD):

    remind 2026-07-14 12:00:00 "Lunch"
  • RU Format (DD.MM.YYYY):

    remind 14.07.2026 13:23:00 "Ping" "pong"
  • Short ISO Format:

    remind 07-14 09:42 "Daily sync"
  • Short RU Format (DD.MM. - current year assumed):

    remind 14.07 12:00 "Ping" "Simple alert"

About

A simple program for creating remind on linux.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages