From 1bd8654e1bfcab7d4ad1c92aae0e8f502dd81f0e Mon Sep 17 00:00:00 2001 From: "Lucas F." Date: Mon, 12 Feb 2024 12:46:43 -0300 Subject: [PATCH] feature: show cancel if no reminder provided. --- remind | 1 + 1 file changed, 1 insertion(+) diff --git a/remind b/remind index c874ae1..9394f78 100755 --- a/remind +++ b/remind @@ -31,6 +31,7 @@ _remind() { if [[ -z "$@" ]]; then echo -e "\033[31mProvide a remind text first.\n\033[0m" + _cancel else read -p 'Time to delay: ' TIMECHOOSEN if [[ -z "$TIMECHOOSEN" ]]; then