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`
- Host: GitHub
- URL: https://github.com/bavix/dius
- Owner: bavix
- License: mit
- Created: 2022-02-16T19:19:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T08:30:29.000Z (4 months ago)
- Last Synced: 2026-02-14T16:53:21.682Z (4 months ago)
- Topics: disk-space, disk-utility
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Disk Utility (dius)

## 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
```