oppiliappan / dijo

scriptable, curses-based, digital habit tracker
MIT License
2.81k stars 64 forks source link

Feature: Maximum Value Goals #36

Open pfirsich opened 4 years ago

pfirsich commented 4 years ago

I would like a way to specify that a goal was successfully reached if you are under a specific number. Most of the habits I am interested in tracking are things I don't want to do (i.e. a 0 should be green and > 0 should be red).

Just to give a suggestion, one could specify such a goal either as :add gaming <1 and just save an additional flag for that in the JSON file.

oppiliappan commented 4 years ago

This sounds pretty useful and easy to do, I'll add this to the list.