adding type search

This commit is contained in:
Amber
2024-02-05 10:10:00 +01:00
parent babce420c7
commit f16897721f
3 changed files with 16 additions and 3 deletions

View File

@ -17,7 +17,8 @@ if __name__ == '__main__':
# opts for find
find_opts = {
'dont_show_children_nodes': not show_children_nodes
'dont_show_children_nodes': not show_children_nodes,
'type' : cmd_args.type,
}
ntree = NerdTreeFind(path, opts=opts)