aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--capture.pngbin0 -> 9750 bytes
2 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 817b0c9..1f76a66 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ todo.cpp
Todo list program
+![Screenshot](capture.png)
+
+
Usage : todo [show,add,remove,check,set]
todo use the file named ".todo.txt" in the current dir. So you can use many todo-list, one per directory.
@@ -54,8 +57,3 @@ Exemple of how you can use it :
```
-
- - [ ] Factoriser les modifications
- - [ ] Ajouter des commentaires
- - [ ] Ajouter une capture d'écran
-
diff --git a/capture.png b/capture.png
new file mode 100644
index 0000000..292efb4
--- /dev/null
+++ b/capture.png
Binary files differ