Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added human flag for reminder list and reminder info #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

funky-monkey
Copy link
Contributor

@funky-monkey funky-monkey commented May 6, 2019

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

Added pretty flag to show human readable info about reminders. If flag is not set we default to showing JSON data

Renamed pretty to human to better reflect the change

Added docs for --human flag

Added correct shorthand option

Added correct shortcode flag

Removed shorthand code for human

Corrected option
@funky-monkey funky-monkey changed the title Added human flag for reminder list and reminder info Added human flag for reminder list and reminder info May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant