aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/TODO.md b/doc/TODO.md
new file mode 100644
index 0000000..f86a412
--- /dev/null
+++ b/doc/TODO.md
@@ -0,0 +1,20 @@
+TODO
+====
+
+* Split scripts:
+ * Into separate, specific repositories.
+ * Leave here only those which don't fit a specific criteria.
+ * Submit all other repositories "upstream" to apps.git repo.
+
+* Enhance vbox:
+ * Support more VBoxManage commands.
+ * Iteration over a set of VMs.
+ * Support for upgrading VMs.
+ * Vagrant integration.
+
+* Write a "git" interceptor:
+ * Check proper user/email config.
+ * Automatically set git-flow when initializing a repository.
+ * Automatically set git-hooks integration.
+ * Implement global hooks.
+ * Check remote configuration.