slack-cli icon indicating copy to clipboard operation
slack-cli copied to clipboard

Added human flag for reminder list and reminder info

Open funky-monkey opened this issue 5 years ago • 0 comments

As an addition to the reminder functionality there is now a way to output both reminder list and reminder info in human readable form.

This outputs something along the lines of this:

➜ reminder list --human
♲ My recurring reminder (id: Rm66APGDDV)
♲ Do something when event happens (id: Rm39APGEDF)
♲ Check in with Paul (id: Rm83APGSDR)
✓ I completed something (id: RmJELLGW9J)
✗ This shows a non completed reminder (id: Rm74BJGEKD)

• Added --human flag to show human readable info about reminders. If flag is not set we default to showing JSON data • Added docs for --human flag

funky-monkey avatar May 06 '19 12:05 funky-monkey