aboutsummaryrefslogtreecommitdiff
path: root/src/habit.rs
Commit message (Collapse)AuthorAgeFilesLines
* new 'delete' commandAkshay2020-07-041-0/+4
|
* add boilerplate onto traits for month siftingAkshay2020-07-021-0/+30
|
* typetag dosen't support generics, use macro hack until thenAkshay2020-05-021-34/+35
|
* require new super trait, add quit callbackAkshay2020-03-181-2/+6
|
* use Trait obj types instead of enumsAkshay2020-03-111-74/+174
|
* add helpers for statuslineAkshay2020-02-271-2/+9
|
* fix null entry with bits, add remaining apiAkshay2020-02-261-1/+14
|
* rework habit structuresAkshay2020-02-151-48/+84
|
* serialize dates, remove cruftAkshay2020-02-111-4/+2
|
* fix bug with empty countview entriesAkshay2020-02-101-2/+4
|
* implement goalsAkshay2020-02-101-1/+14
|
* move structs outAkshay2020-02-101-0/+63