diff options
-rw-r--r-- | notes.txt | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -8,3 +8,34 @@ habit: | |||
8 | | | 8 | | |
9 | `-count: | 9 | `-count: |
10 | `-dates - k,v pairs | 10 | `-dates - k,v pairs |
11 | |||
12 | habit: | ||
13 | `-type: bit/count | ||
14 | `-stats: k,v (dates, bit/count) | ||
15 | |||
16 | Cycle habit type: | ||
17 | - n states | ||
18 | - cycles through states on prev next events | ||
19 | - represent by symbol/char | ||
20 | - ser to usize? | ||
21 | |||
22 | Modes: | ||
23 | - day mode - shows all days of 1 month | ||
24 | * sift months on prev/next | ||
25 | - week mode? | ||
26 | * aggregate stats for 1 week | ||
27 | * show 4 weeks per view | ||
28 | * bar graph for count and bit | ||
29 | |||
30 | Command mode: | ||
31 | - add command | ||
32 | - edit command? | ||
33 | * edit <name> <new-type> <new-goal> | ||
34 | * edit <name> --goal <new-goal> | ||
35 | * edit <name> --type <new-type> | ||
36 | - delete command | ||
37 | * delete <name> | ||
38 | * delete _ (deletes focused?) | ||
39 | - chronological nav: | ||
40 | * month-prev mprev | ||
41 | * month-next mnext | ||