From: Joseph Nuthalapati Date: Tue, 3 Dec 2019 17:45:11 +0000 (+0530) Subject: Switch TODO to markdown X-Git-Tag: 0.1.0~48 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/9a160f06725a6a87f63da48a73f742834ae59b23 Switch TODO to markdown GitLab currently cannot render org-mode files --- 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