README.md adding screenshots

This commit is contained in:
Amber 2024-05-10 16:42:41 +02:00
parent 45a1fcde8f
commit fa87e2b45f
1 changed files with 4 additions and 0 deletions

View File

@ -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)