aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 8ad03e9..4bd2f8f 100644
--- a/notes.txt
+++ b/notes.txt
@@ -8,3 +8,34 @@ habit:
8 | 8 |
9 `-count: 9 `-count:
10 `-dates - k,v pairs 10 `-dates - k,v pairs
11
12habit:
13`-type: bit/count
14`-stats: k,v (dates, bit/count)
15
16Cycle habit type:
17 - n states
18 - cycles through states on prev next events
19 - represent by symbol/char
20 - ser to usize?
21
22Modes:
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
30Command 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