No description
Find a file
2024-02-08 17:44:05 -03:00
beep.mp3 initial 2023-10-19 18:59:51 -03:00
clock.svg initial 2023-10-19 18:59:51 -03:00
install.sh initial 2023-10-19 18:59:51 -03:00
LICENSE Initial commit 2023-10-19 18:53:40 -03:00
README.md update: cancel instruction on README file 2023-10-20 15:18:15 -03:00
remind feature: refactor include and cancel operations 2024-02-08 17:44:05 -03:00

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]: