A simple bash script to remind something by stipulated time.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lucas 1bd8654e1b feature: show cancel if no reminder provided. 1 year ago
LICENSE Initial commit 2 years ago
README.md update: cancel instruction on README file 2 years ago
beep.mp3 initial 2 years ago
clock.svg initial 2 years ago
install.sh initial 2 years ago
remind feature: show cancel if no reminder provided. 1 year ago

README.md

Remind

A simple bash script to remind something by stipulated time.

Install

sh <(curl -s https://git.lucasf.dev/public/remind/raw/branch/master/install.sh)

Usage

Example of usage:

The time can be (s|m|h)

remind do something cool
> Time to delay: 15m

To cancel some reminder:

remind cancel
> [1] do something cool
> [2] do another one
> Please choose a number to cancel [1-2]: