Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Lucas F.
1bd8654e1b feature: show cancel if no reminder provided. 2024-02-12 12:46:43 -03:00

1
remind
View file

@ -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