Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/birdabo404/suifetch

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

c linux neofetch neofetch-clone terminal-ui

Last synced: about 2 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`
* Linux System. Does not work in `MacOS` or `Windows`.

## 🔧 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/).