Commit e8a076e3d86b669bf1f4ee92d5538b734d9b48df

Stefan Sperling 2019-03-26T10:52:03

add TODO items for 'got add' and 'got rm'

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/TODO b/TODO
index a90f9ab..0b1f820 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,10 @@
 lib:
 - handle checkout of trees which contain submodules by identifying and
   ignoring such tree entries; requires a .ini config parser (from isakmpd?)
+- allow adding multiple paths at once for 'got add'
+- allow removing multiple paths at once for 'got rm'
+- recursive addition: got add -R
+- recursive removal: got rm -R
 
 tog:
 - allow loading new commits in 'tog log' after startup (e.g. via Ctrl-L, 'r')