bavix / dius

Fast calculation of folder/file sizes. Alternative `du -h -d 1`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disk Utility (dius)

ezgif-1-33af454190

Install

go install github.com/bavix/dius@latest

Alternative installation

cd /tmp
git clone https://github.com/bavix/dius.git
cd dius
go install -ldflags "-s -w"

Usage

# pwd dir
dius

# user folder
dius ~

# mounts
dius /mnt/md0

Supported by

Supported by JetBrains

About

Fast calculation of folder/file sizes. Alternative `du -h -d 1`

License:MIT License


Languages

Language:Go 100.0%