erdtree icon indicating copy to clipboard operation
erdtree copied to clipboard

Provide option to turn off count

Open araaha opened this issue 2 years ago • 2 comments
trafficstars

When running tree, only a tree is printed out. When using erd, a tree and a count of directories/files is printed out. It would be convenient to provide an option to turn off the count (such as --no-count) as it can sometimes be extraneous information and more faithful to the tree command.

Version erdtree 3.1.2

OS Arch

araaha avatar Oct 03 '23 19:10 araaha

Simple enough. Will add to my list of todos!

solidiquis avatar Oct 05 '23 02:10 solidiquis

Just FYI, for reference, tree does this with --noreport flag: https://linux.die.net/man/1/tree

retrobit avatar Oct 20 '23 02:10 retrobit