---
title: "Beautiful Commandline Tools for Storage Status"
date: 2022-10-25T01:10:47.000Z
author: Z.SHINCHVEN
tags: [storage, Commandline Interface]
canonical: https://atlassc.net/2022/10/25/cli-for-storage-status
---
## dust

[dust](https://github.com/bootandy/dust) is a more intuitive version of du in rust. It provides a more human-readable output than the traditional du command.

![dust](https://github.com/bootandy/dust/raw/master/media/snap.png)

## duf

[duf](https://github.com/muesli/duf) is a cross-platform alternative to the Unix 'du' command. It provides a bird's eye view of disk usage, and can be used to quickly identify which directories are using the most disk space.

![duf](https://github.com/muesli/duf/raw/master/duf.png)
