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

## 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