diff --git a/img/1.gif b/img/1.gif new file mode 100644 index 0000000..1d66152 Binary files /dev/null and b/img/1.gif differ diff --git a/img/2.gif b/img/2.gif new file mode 100644 index 0000000..6808aac Binary files /dev/null and b/img/2.gif differ diff --git a/readme.md b/readme.md index 8deedfa..85b8d67 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ # Terminal Project Management by Sem van der Hoeven +![intro gif](img/1.gif) + ## Contents - [Overview](#Overview) @@ -25,7 +27,7 @@ The tool is made to be used in a side window, preferably half the size of your s window sizes. The application is navigated using the arrow keys and certain shortcut keys. The controls are also listed at the bottom of the application: -![controls image](controls.png) +![controls image](img/controls.png) - up / down arrow - move selection - this selects a different project or task @@ -40,3 +42,5 @@ The application is navigated using the arrow keys and certain shortcut keys. The - q - exit the application 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)