diff --git a/README.md b/README.md index 523af80..1f40b33 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ If you want to show the subtree expanded you can use the flag **-s** vfind ~/nerd_tree/ -re '(.*)rem(.*)' -s ``` +![vfind ~/nerd_tree/ -re '(.*)rem(.*)' -s](/screenshot/vfind_2.jpg) + ## Include/Exclude path You can include a set of results selecting specific branch (or paths) with the option **-i** (include). @@ -86,3 +88,5 @@ vfind ~/nerd_tree/ -re '(.*)py' -e src ``` vfind -e .git -e __pycache__ ~/nerd_tree/ 'ntree*' ``` + +![vfind -e .git -e __pycache__ ~/nerd_tree/ 'ntree*'](/screenshot/vfind_3.jpg)