aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-12 10:10:26 +0100
committerAkshay <[email protected]>2020-07-12 10:10:26 +0100
commit0abafde050a5cabaedb189e4cb7c77a7f14c11d3 (patch)
tree20bca5be8fa3cf5eca628bde23539449015ee0ee
parent6f572a1384cfa2aa7cc0c0412b762d03a55f3024 (diff)
moar
-rw-r--r--notes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 314d482..09c3098 100644
--- a/notes.txt
+++ b/notes.txt
@@ -29,10 +29,14 @@ Modes:
29 29
30Command mode: 30Command mode:
31 - add command 31 - add command
32 * add <name> <type> <goal>
33 * add <name> --type <type> [--goal <goal>]
34 * interactive add command via questionnaire?
32 - edit command? 35 - edit command?
33 * edit <name> <new-type> <new-goal> 36 * edit <name> <new-type> <new-goal>
34 * edit <name> --goal <new-goal> 37 * edit <name> --goal <new-goal>
35 * edit <name> --type <new-type> 38 * edit <name> --type <new-type>
39 * interactive edit command via questionnaire?
36 - delete command 40 - delete command
37 * delete <name> 41 * delete <name>
38 * delete _ (deletes focused?) 42 * delete _ (deletes focused?)
@@ -50,3 +54,12 @@ Undo-tree:
50 - store app states in memory 54 - store app states in memory
51 - should store diffs? or entire state? 55 - should store diffs? or entire state?
52 - ideal undo depth limit? 56 - ideal undo depth limit?
57
58Auto-trackable habits
59 - allow editing these habits via cli
60 - can track commits, crons
61 - disallow editing these habits via curses
62 - storage
63 * will be mutex with non-auto habits
64 * serialize and save separately each other? [imp]
65