Ben Baert

Results 6 comments of Ben Baert

I have the exact same issue. I've also checked the example project that works, and I've double checked all of the items mentioned above, but to no avail.

I personally always use `habito list`, but this may be a consequence of using [todo.txt](http://todotxt.com/) a lot, which also uses id matching. Of course, todo.txt is a different kind of...

Both options are possible. It's possible to check whether the argument is an `int` and if so, try to get by id, else get by name or simply `HabitModel.select().where(HabitModel.id ==...

Regarding your last point, I think we can generalise it to having more custom frequencies. Examples: - every day (probably most common and a sensible default) - every week at...

I can build this next week (perhaps as part of the refactoring, which I think is the highest priority right now, see #3). It could be similar to [this code...

Really sorry for the delay -- work and exams got a bit in the way. The refactoring is done but getting the tests to work is proving to be a...