aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-28 10:40:20 +0100
committerache <ache@ache.one>2018-01-28 10:40:20 +0100
commit0614d4daaef0f736127f3ba55cda9ac94a67a317 (patch)
tree9a24f59a43d4255c49ddfddf5f9afba7b2536f0d /README.md
parentTravaux sur le readme (diff)
Add gif example of use
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 1 insertions, 39 deletions
diff --git a/README.md b/README.md
index 1f76a66..0a533d8 100644
--- a/README.md
+++ b/README.md
@@ -17,43 +17,5 @@ If many tasks contains the todo-part, all of it will be selected.
Exemple of how you can use it :
-------------
-```
-----[ache@ache_arch][~/test][<3]
-----> todo add 1 Read H2G2
-----[ache@ache_arch][~/test][<3]
-----> todo show
-[ ] Read 1984
-[ ] Read H2G2
-----[ache@ache_arch][~/test][<3]
-----> todo -s 1
-[ ] Read H2G2
-----[ache@ache_arch][~/test][<3]
-----> todo -s 4
-[ ] Read 1984
-----[ache@ache_arch][~/test][<3]
-----> todo add Push it on github
-----[ache@ache_arch][~/test][<3]
-----> todo check Read
-----[ache@ache_arch][~/test][<3]
-----> todo
-[✓] Read 1984
-[✓] Read H2G2
-[ ] Push it on github
-----[ache@ache_arch][~/test][<3]
-----> todo remove H2G2
-----[ache@ache_arch][~/test][<3]
-----> todo
-[✓] Read 1984
-[ ] Push it on github
-----[ache@ache_arch][~/test][<3]
-----> todo s 1 github
-[ ] Push it on github
-----[ache@ache_arch][~/test][<3]
-----> todo check git
-----[ache@ache_arch][~/test][<3]
-----> todo
-[✓] Read 1984
-[✓] Push it on github
-```
-
+![Screenshot](todo.gif)