From 0614d4daaef0f736127f3ba55cda9ac94a67a317 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 28 Jan 2018 10:40:20 +0100 Subject: Add gif example of use --- README.md | 40 +--------------------------------------- todo.gif | Bin 0 -> 75106 bytes 2 files changed, 1 insertion(+), 39 deletions(-) create mode 100644 todo.gif 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) diff --git a/todo.gif b/todo.gif new file mode 100644 index 0000000..66c56ec Binary files /dev/null and b/todo.gif differ -- cgit v1.2.3