Find the biggest file / directory on your disk
Same as tree --sort=size -s/-h
, but more pretty π
Usage of itree:
-L int
level in tree mode (default 1024)
-h human readable size (default true)
-imo
with ImoHash https://github.com/kalafut/imohash
-md5
with MD5
-t tree mode (default true)
> itree
βββ .git 39KB
βββ filetree 5KB
β βββ print.go 2KB
β βββ tree.go 2KB
β βββ hash.go 289B
βββ main.go 879B
βββ README.md 478B
βββ go.mod 41B
> itree -md5
βββ .git 39KB
βββ filetree 5KB
β βββ print.go 2KB 980c0231de0539926ee9417a5689488b
β βββ tree.go 2KB e594fb1930979aba390ce4735dc81ce7
β βββ hash.go 289B 3f72c3556b9323cd1d22d262b0df7130
βββ main.go 879B 073ad902e4da6b37820ef908ffea434c
βββ README.md 478B 1221c2e389b21a77e35145f24f320220
βββ go.mod 41B a072bc77668ba6a6c95f0a272097d2a0