From e7ac53fbe703300c5aab12dd18509ad5942552dd Mon Sep 17 00:00:00 2001 From: Amber Date: Fri, 23 Feb 2024 11:37:14 +0100 Subject: [PATCH] Guide --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 869c59d..d1bd639 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,7 @@ vfind ~/nerd_tree/ "(.*)py" -i src include the results that along the path have the name **src**.
In a similar manner you can exclude paths with the option **-e** + +``` +vfind ~/nerd_tree/ "(.*)py" -e src +```