Browse Source

feature: show cancel if no reminder provided.

master
Lucas 12 months ago
parent
commit
1bd8654e1b
  1. 1
      remind

1
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

Loading…
Cancel
Save