-
Notifications
You must be signed in to change notification settings - Fork 40
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
"dailies" shows inactive dailies #44
Comments
Assuming you meant 'habitica dailies', because 'status' does/should not display dailies imo. The habitica website shows inactive dailies too - just greyed out. I tried to imitate this by modifiying the behaviour of the "checkbox": [_] is due, [x] is done, [/] is not due. See https://github.com/crhbetz/habitica/commit/c3fa96d0e8c07dd720ebbf9d45bd41a90789c64f and https://github.com/crhbetz/habitica/commit/1ed67ca15277c9532c83dfd1c461fe44b2f5a65f Disclaimer: I'm a Python and github beginner. Please correct me if I'm wrong! |
I took a slightly different approach, adding a "dailies due" command that behaves like the Habitica GUI with Dailies "Due" filter clicked. It shows only incomplete, due dailies. |
Wouldn't be better if |
When running `habitica status' on, say, a Monday, I get ALL my dailies, even if they don't need to be done that day. i.e. on a Monday I'll be seeing sunday's tasks along with monday's tasks.
The text was updated successfully, but these errors were encountered: