Crates.io | dusage |
lib.rs | dusage |
version | 0.3.6 |
source | src |
created_at | 2022-01-14 12:08:05.210319 |
updated_at | 2023-07-07 20:30:20.879504 |
description | 💾 A command line disk usage information tool: disk usage (foreground), inodes (background). |
homepage | |
repository | https://github.com/mihaigalos/dusage |
max_upload_size | |
id | 513839 |
size | 37,089 |
A command line disk usage information tool.
A better interface for df
.
You might also like musage
.
Both can be i.e. automatically executed upon login via ssh
to a remote machine by invoking them in the remote's .bashrc
or .zshrc
.
/
, /boot
and /mnt
for easy spotting.df -i
).--copy-friendly
flag:Filesystem Size Used Avail Use% Disk / INodes Mounted on
/dev/sdb1 4.6G 270.1M 4.1G 6% â– â– â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡ /boot
/dev/mapper/sdb5_crypt 452.7G 231.6G 198.0G 51% â– â– â– â– â– â– â– â– â– â– â– â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡â–¡ /
cargo install dusage
pkgin install dusage
Or if you prefer to build it from source:
cd /usr/pkgsrc/sysutils/dusage
make install
Precompiled binaries are available for multiple architectures in Releases.