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

https://github.com/birdabo404/suifetch

minimalistic and fast sys fetch written in C.
https://github.com/birdabo404/suifetch

c fastfetch linux neofetch neofetch-alternative neofetch-clone terminal

Last synced: 11 months ago
JSON representation

minimalistic and fast sys fetch written in C.

Awesome Lists containing this project

README

          

# suifetch
A minimal, and very fast system info display written in C.

## Dependencies
* GCC: You need a C compiler like GCC to compile the C source code.
* enviromental variables: `USER`, `TERM`, `SHELL`
* This project now works with `Linux` & `macOS` systems.

## 🔧 Installation

```
$ git clone https://github.com/Birdabo404/suifetch.git
$ cd suifetch
$ gcc suifetch.c -o suifetch
$ ./suifetch
```
## 💾 Preview

![preview](https://i.imgur.com/yMPPBtk.png)

## 📜 License

This project is licensed under the [MIT License](https://opensource.org/license/mit/).