noorfetch 3.1.0

Noorfetch is a blazingly fast and cool fetch written in Rust!
# Noorfetch

![Static Badge](https://img.shields.io/badge/release-3.1.0-green?style=flat) ![Static Badge](https://img.shields.io/badge/license-GNU_LGPL--v3.0-green?style=flat) ![Static Badge](https://img.shields.io/badge/Available_on-Homebrew-yellow) ![Static Badge](https://img.shields.io/badge/Available_on-Cargo-red) ![Static Badge](https://img.shields.io/badge/Available_on-AUR-blue)

**Noorfetch (arab. نور)** is a minimalistic and fast summary of information about your computer, written in Rust!

![RSFetch screenshot](https://codeberg.org/limforge/noorfetch/raw/branch/main/screenshots/noorfetch_screenshot.png)

## Goals
See GOALS.md file
## Installation
### Dependencies

**Rust language** version `2024`

**Cargo** version `2024`

**Git** version `2.52.0`
### AUR
Use your AUR-helper. E.g:
```bash
paru -Syu noorfetch # use Paru
yay -Syu noorfetch # use yay
```

**Or:**

```bash
git clone https://aur.archlinux.org/noorfetch.git
cd noorfetch
makepkg -si
```

### 🍺 Homebrew
```bash
brew tap vfthme/lim
brew install noorfetch
```
https://crates.io/crates/indexmap
### 🦀 Cargo
```bash
cargo install noorfetch
```

### Run the installer
**Run** ``installer_unix.sh``.

### Build from source

Instal the Noorfetch from the Codeberg
```bash
git clone https://codeberg.org/limforge/noorfetch
cd noorfetch
```

Compile the project using Cargo
```bash
cargo install --path .
```

And run Noorfetch
```bash
noorfetch
```

## License
noorfetch is distributed under the **GNU Lesser General Public License v3.0 or later**.

This project incorporates the following Rust libraries (crates):
* [chrono-0.4.43]https://crates.io/crates/chrono - Apache-2.0 or MIT License
* [serde-1.0.228]https://crates.io/crates/serde - MIT License or Apache-2.0
* [indexmap-2.13.0]https://crates.io/crates/indexmap - MIT License or Apache-2.0