Categorygithub.com/weaming/itree
modulepackage
0.0.0-20210513080155-e5f8868cd597
Repository: https://github.com/weaming/itree.git
Documentation: pkg.go.dev

# README

iTree

Find the biggest file / directory on your disk

Same as tree --sort=size -s/-h, but more pretty šŸ˜‰

Usage

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

# Packages

No description provided by the author