emad-elsaid / dirtree

Visualizing files paths as an interactive tree, works nicely with gnu linux tools such as find, ls, or git ls-files
MIT License
118 stars 11 forks source link

Changing the directory orientation #7

Open Unalloyedcube opened 4 years ago

Unalloyedcube commented 4 years ago

Is it possible to change the orientation of how the children expand? I have a large list that expands left to right, but would love for that to be top to bottom like an org chart.

Unalloyedcube commented 4 years ago

I was able to flip the orientation, but now the labels/names are not creating enough space between each one. Any suggestions?

emad-elsaid commented 4 years ago

Yeah that was one of the reason I didn't have that template, I'm not sure how to have space for the file name without colliding with the siblings, can you submit the template you worked on maybe I can help? try to put it on jsfiddle so we can present results to each other