From 9a160f06725a6a87f63da48a73f742834ae59b23 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Tue, 3 Dec 2019 23:15:11 +0530 Subject: [PATCH] Switch TODO to markdown GitLab currently cannot render org-mode files --- TODO.md | 9 +++++++++ TODO.org | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 TODO.md delete mode 100644 TODO.org diff --git a/TODO.md b/TODO.md new file mode 100644 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 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 -- 2.43.0