aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-01 07:24:03 +0100
committerAkshay <[email protected]>2020-07-01 07:24:03 +0100
commitad1f4564713a072264010c1547fadefd860b440b (patch)
treee8bd4605e905a9b2f3e020b72ccf3a67bbdd4413 /notes.txt
parent775f3486a9066dfc8cb1f31e6c5b26be253d05ed (diff)
o r g a n i z e
Diffstat (limited to 'notes.txt')
-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