An open API service indexing awesome lists of open source software.

https://github.com/bavix/dius

Fast calculation of folder/file sizes. Alternative `du -h -d 1`
https://github.com/bavix/dius

disk-space disk-utility

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Disk Utility (dius)

![ezgif-1-33af454190](https://user-images.githubusercontent.com/5111255/154798365-5f598167-5865-4352-99f0-f2c4ec974166.gif)

## Install

```bash
go install github.com/bavix/dius@latest
```

#### Alternative installation

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

## Usage

```bash
# pwd dir
dius

# user folder
dius ~

# mounts
dius /mnt/md0
```