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

https://github.com/makestatic/udu

a fast human-friendly disk usage scanner.
https://github.com/makestatic/udu

alternative cli cross-platform disk-usage scanner tool

Last synced: 4 months ago
JSON representation

a fast human-friendly disk usage scanner.

Awesome Lists containing this project

README

          

# UDU

A fast, multithreaded, cross-platform alternative to GNU `du`. While `du` has long been my tool of choice for checking file and directory sizes, it has become slow, inconsistent, and occasionally inaccurate. `UDU` isn’t a full drop-in replacement yet, but it gets the job done... for me at least.

## Installation

```console
# Install via script (recommended)
curl -fsSL https://raw.githubusercontent.com/makestatic/udu/main/scripts/install.sh | bash

# Build from source (Zig 0.15.1 only)
git clone --depth=1 https://github.com/makestatic/udu.git
cd udu

# if make is available
make
sudo make install

# if make is not available
zig build -Doptimize=ReleaseFast
sudo cp ./zig-out/bin/udu /usr/bin/
```

## License

Copyright © 2023–2025 Ali Almalki.

`UDU` IS DISTRIBUTED UNDER THE TERMS OF THE GPLV3.