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

https://github.com/lennart1978/drinfo

A Linux CLI tool for physical and network drive information
https://github.com/lennart1978/drinfo

cli-app drive linux system-programming

Last synced: 3 months ago
JSON representation

A Linux CLI tool for physical and network drive information

Awesome Lists containing this project

README

          

# drinfo - drive info

![logo](logo.png)

A lightweight command-line tool to monitor disk usage on Linux systems with beautiful colored progress bars.

## Features

- **Physical Drive, Network (cloud) Drive Detection**: List all physical and network drives (also cloud drives)
- **Colorful Progress Bars**: Visual representation of disk usage with gradient colors (green → yellow → red)
- **Human-Readable Sizes**: Displays sizes in B, KB, MB, GB, TB format
- **Terminal Responsive**: Adapts to terminal width for optimal display
- **Detailed Information**: Shows mount point, filesystem type, device path, UUID, label, mount options, used, available and inodes + SMART status (only as root)

## Build executable: drinfo

```bash
make
```

## install with man page

```bash
sudo make install
```

## Uninstall

```bash
sudo make uninstall
```

## Screenshot

![screenshot](screenshot.jpg)