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
- Host: GitHub
- URL: https://github.com/lennart1978/drinfo
- Owner: Lennart1978
- License: mit
- Created: 2025-06-28T18:03:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T18:27:22.000Z (3 months ago)
- Last Synced: 2025-07-12T20:40:29.936Z (3 months ago)
- Topics: cli-app, drive, linux, system-programming
- Language: C
- Homepage:
- Size: 1.31 MB
- Stars: 27
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drinfo - drive info

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
