erdtree icon indicating copy to clipboard operation
erdtree copied to clipboard

Include pattern

Open Yarden-zamir opened this issue 2 years ago • 0 comments

I want to be able to display entrie and override their hide rules For example i have the following folder

  project
 ├─  .another_hidden_subfolder
 ├─  .hidden_subfolder
 └─  subfolder

and while I don't want to see hidden files and folders. I do want to see specifically .hidden_subfolder folders (in my actual usecase it's .github folder) and I do not see any way of doing this in erdtree atm

desired output

  project
 ├─  .hidden_subfolder
 └─  subfolder

Yarden-zamir avatar Jun 04 '23 12:06 Yarden-zamir