Crates.io | dfrs |
lib.rs | dfrs |
version | 0.0.7 |
source | src |
created_at | 2019-03-31 20:00:59.497674 |
updated_at | 2021-02-11 00:12:27.489221 |
description | Display file system space usage using graphs and colors |
homepage | https://github.com/anthraxx/dfrs |
repository | https://github.com/anthraxx/dfrs |
max_upload_size | |
id | 125032 |
size | 69,641 |
Display file system space usage using graphs and colors
dfrs displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown.
dfrs(1) is a tool similar to df(1) except that it is able to show a graph along with the data and is able to use colors.
Without any argument, size is displayed in human-readable format.
cargo install dfrs
pacman -S dfrs
apt install dfrs
apk add dfrs
MIT