From 40def4fad6b6bf60d98772bb8f0e7f576bd61a50 Mon Sep 17 00:00:00 2001 From: Jonatan Alexis Anauati Date: Tue, 6 Jun 2017 19:49:28 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5642c23..8cb141d 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,14 @@ Usage: - Hit + G to find the next occurrence. - Hit + + G to find the previous occurrence. -Known issue: -- Code lacks of organization, would be great to all the things splited in files (redurcers, ations, containers, etc) +![demo](https://media.giphy.com/media/xUA7aXl1VWN460yCju/giphy.gif) + +## TODO: + +- Code lacks of organization, would be great to all the things splited in files (redurcers, ations, containers, etc) +- case sensitive / insensite searchs. +- regular expressions. ## Credits Jonatan Anauati (barakawins@gmail.com)