Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthraxx/dfrs
Display file system space usage using graphs and colors
https://github.com/anthraxx/dfrs
Last synced: 14 days ago
JSON representation
Display file system space usage using graphs and colors
- Host: GitHub
- URL: https://github.com/anthraxx/dfrs
- Owner: anthraxx
- License: mit
- Created: 2019-03-31T19:30:24.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T17:37:30.000Z (8 months ago)
- Last Synced: 2024-10-30T01:56:39.573Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 225 KB
- Stars: 63
- Watchers: 3
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dfrs
[![Build Status](https://img.shields.io/github/actions/workflow/status/anthraxx/dfrs/ci.yml)](https://github.com/anthraxx/dfrs/actions) [![Latest release](https://img.shields.io/github/v/release/anthraxx/dfrs)](https://github.com/anthraxx/dfrs/releases) [![crates.io version](https://img.shields.io/crates/v/dfrs.svg)](https://crates.io/crates/dfrs) [![License](https://img.shields.io/github/license/anthraxx/dfrs)](https://github.com/anthraxx/dfrs/blob/main/LICENSE)
Display file system space usage using graphs and colors
![](contrib/screenshot.png)
*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.
## Installation
cargo install dfrs
### Arch Linux
pacman -S dfrs
### Debian sid/bullseye
apt install dfrs
### Alpine
apk add dfrs
## License
MIT