tre icon indicating copy to clipboard operation
tre copied to clipboard

Option to list file sizes

Open kiwijam opened this issue 5 years ago • 1 comments

'Tree' can list file sizes, like so:

.
├── [ 314]  stdafx.cpp
├── [ 163]  stdafx.h
├── [  94]  targetver.h
└── [   0]  x64
    └── [   0]  Release
        ├── [141K]  dllmain.obj
        ├── [613K]  stdafx.obj
        └── [1.1M]  vc142.pdb

Would be nice to have in 'tre'.

kiwijam avatar May 06 '20 16:05 kiwijam

You might be interested in https://github.com/solidiquis/erdtree

jantari avatar Mar 27 '23 07:03 jantari