]> njoseph.me Git - nimcoon.git/commitdiff
Switch TODO to markdown
authorJoseph Nuthalapati <njoseph@riseup.net>
Tue, 3 Dec 2019 17:45:11 +0000 (23:15 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Tue, 3 Dec 2019 17:45:11 +0000 (23:15 +0530)
GitLab currently cannot render org-mode files

TODO.md [new file with mode: 0644]
TODO.org [deleted file]

diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
index 0000000..b6f9883
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,9 @@
+# TODO
+
+- [x] Pretty colors in terminal
+- [x] Get rid of temp file or make one temp file per user
+- [ ] Terminal color themes?
+- [ ] Preferences should go into a config file
+- [ ] Use cligen to create a proper CLI
+
+
diff --git a/TODO.org b/TODO.org
deleted file mode 100644 (file)
index cb9d33a..0000000
--- a/TODO.org
+++ /dev/null
@@ -1,9 +0,0 @@
-#+TITLE: TODO
-
-# No point to enabling GitLab issues for a one-man project
-
-* DONE Pretty colors in terminal
-* TODO Preferences should go into a config file
-* TODO Terminal color themes?
-* DONE Get rid of temp file or make one temp file per user
-* TODO Use cligen to create a proper CLI