A natural language reminder CLI.
npm install -g @remindd/cliUsage: remind [options] [command]
A natural language reminder CLI.
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
complete [options] [query...] Complete a reminder.
daemon `remindd` daemon.
info Prints information about the current installation.
list [options] List the reminders.
me <reminder...> Create a reminder.
remove [options] [query...] Remove a reminder.
reschedule [options] <reminder...> Reschedule a reminder.
help [command] display help for command
The remind me command.
remind me to make supper at 5 PM
# d446c90a 05/17/23 17:00 make supperRun remind me --help for more details.
The remind list command.
remind list
# d446c90a 05/17/23 17:00 make supper
# b65b44a9 05/19/23 13:30 dentist appointmentRun remind list --help for more details.
The remind reschedule command.
remind reschedule make supper tomorrow at 5 PM
# Reminder rescheduled.
# d446c90a 05/18/23 17:00 make supperRun remind reschedule --help for more details.
The remind complete command.
remind complete make supper
# Reminder completed.
# d446c90a 05/17/23 17:00 make supperRun remind complete --help for more details.
The remind remove command.
remind remove make supper
# Reminder removed.
# d446c90a 05/17/23 17:00 make supper