Commit 54f77e21e4a3d2c7ac2e8e9643e1c9e5daa30f03

Stefan Sperling 2019-01-06T14:10:35

add a TODO file

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..d4cd8ab
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+lib:
+- convert file index to RB tree and provide a depth-first iteration API
+- use first-depth file index iteration when removing files during updates
+  to fix empty directories left behind, and write a test for this problem
+
+tog:
+- bug: page-down in tree view may move cursor beyond the last visible item
+- implement horizonal scrolling in all views
+- implement horizonal split view mode
+- make it possible to move between commit diffs with a single key press
+- implement search feature