weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

[Feature]How to search file in specific directory? #561

Open lainegates opened 1 year ago

lainegates commented 1 year ago

coc-explorer works really great ! I use it all time when possible.

But there is a operation that I don't know how to make it.

VSCode has a feature that we can search files in specific directory.

Currently, coc-explorer supports "search file in current directory" with shortcut "f", while "search file recursively" with shortcut "F". But a lot files under ".git" will be searched.

So, how could I search file in specific directory? Or Could omit hidden directories (such as ".git") when searching file?

weirongxu commented 1 year ago

You can try pressing f on any folder

weirongxu commented 1 year ago

Should be F for recursive. more mappings please press ?

lainegates commented 1 year ago

Great!

lainegates commented 1 year ago

Could I omit hidden directories (such as ".git") when searching file?

weirongxu commented 1 year ago

https://github.com/weirongxu/coc-explorer/issues/223

lainegates commented 1 year ago

223

By the page, Is this feature (exclude specific directory) no implented yet ?