Treefilesize ((hot)) -

Ever run tree and wished you could see file sizes right next to each item? Or used du -sh but missed the hierarchical clarity? Enter treefilesize — a simple but powerful command-line utility that displays directory structures along with human-readable file sizes.

Type: tree -h --du – boom. You see every folder and file with sizes in KB, MB, GB. treefilesize

Want only large files? Pipe to grep: tree -h --du | grep "M\|G" Ever run tree and wished you could see

Meet treefilesize – a simple trick on top of the classic tree command. treefilesize

$ treefilesize ~/Projects -d 2 -s Title: Find Large Files Instantly with treefilesize