README.md adding screenshots
This commit is contained in:
parent
45a1fcde8f
commit
fa87e2b45f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue