From 193af9958c78e51a3b087710a5a5922695cd241d Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 7 Sep 2020 00:15:49 +0200 Subject: [PATCH] added features to be added to readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 85b8d67..2994791 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ by Sem van der Hoeven - [Overview](#Overview) - [Installation](#Installation) - [Usage](#Usage) +- [Features to be added](#Features-to-be-added) # Overview This is a project management tool straight from your terminal! @@ -44,3 +45,10 @@ The application is navigated using the arrow keys and certain shortcut keys. The All tasks also have a description which can be edited. You can begin editing a task's description by selecting it and pressing the enter key. When you're done editing, press ctrl + G to stop editing. The application automatically saves your changes to the `data` file. ![renaming and deleting](img/2.gif) + +# Features to be added +- Color themes +- Custom task states +- Custom task colors +- Project-specific color themes +- Exporting of project to text file \ No newline at end of file