Skip to content

weaming/itree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Find the biggest file / directory on your disk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published