solidiquis / erdtree

A modern, cross-platform, multi-threaded, and general purpose filesystem and disk-usage utility that is aware of .gitignore and hidden file rules.
https://crates.io/crates/erdtree
MIT License
2.39k stars 64 forks source link

FR: Compact tree output #242

Open vt-alt opened 1 year ago

vt-alt commented 1 year ago

It would be cool if tree is listed with multiple files per row instead of one file per row. Like ls shows by default files as a grid, but file per row shown only with -1 option. Currently much space on the screen is unused and tree needs scrolling. In compact view we could see bigger trees at once! Thanks,