footfetch 2.0.0

A neofetch-like tool for those who prefer feet over faces
<div align="center">
<img src="https://github.com/adenast/footfetch/blob/develop/images/logo.png?raw=true"> 
<h1>footfetch</h1>
<h6>
  A lightweight and high-performance, neofetch-like tool for those who prefer feet over faces written in Rust. 
</h6>

<img src="https://github.com/adenast/footfetch/blob/main/images/preview.png?raw=true" alt="Preview" width="600"> 

<small><i>Footfetch 2.0.0</i></small>

[![Commits](https://img.shields.io/github/commit-activity/m/adenast/footfetch?style=for-the-badge&labelColor=1e2528&color=blue)](https://github.com/adenast/footfetch/commits)
[![Build](https://img.shields.io/github/actions/workflow/status/adenast/footfetch/release.yml?style=for-the-badge&labelColor=1e2528)](https://github.com/adenast/footfetch/actions)
[![License](https://img.shields.io/github/license/adenast/footfetch?style=for-the-badge&labelColor=1e2528&color=violet)](https://opensource.org/licenses/MIT)
[![Stars](https://img.shields.io/github/stars/adenast/footfetch?style=for-the-badge&labelColor=1e2528&color=yellow)](https://github.com/adenast/footfetch/stargazers)
[![Issues](https://img.shields.io/github/issues/adenast/footfetch?style=for-the-badge&labelColor=1e2528&color=gray)](https://github.com/adenast/footfetch/issues)
[![Changelog](https://img.shields.io/badge/CHANGELOG-v1.0.0-gray?style=for-the-badge&labelColor=1e2528&color=green)](./CHANGELOG.md)

</div>

---

## Features
 * **Live Mode:** Real-time hardware monitoring via the `--live` flag.
 * **Deep Fetch:** Accurate CPU/GPU usage and model detection.
 * **Multi-Distro:** Native package counting for Pacman, Dpkg, RPM, and APK.
 * **Customization:** Deep customization with  themes and extensions

## Installation
> [!IMPORTANT]
The tool only works on Linux due to strict performance requirements.
### Quick Start (Binary)
> [!TIP]
For those who want it right now (pre-compiled for x86_64):
```Bash
curl -sSL https://raw.githubusercontent.com/adenast/footfetch/main/scripts/linux/x86_64/install.sh | sh
```

### Source-based
> [!NOTE]
Recommended for performance. These methods will build the app specifically for your system

 * Arch Linux (AUR):
```Bash
yay -S footfetch-git
```
 * Nix Flakes (not tested):
```Bash
nix run github:adenast/footfetch
```
 * Cargo:
```Bash
cargo install footfetch
```

## License

> [!IMPORTANT]
This project is licensed under the MIT license. For details, see the file [LICENSE.md]https://github.com/adenast/footfetch/blob/main/LICENSE.md.