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.
- Host: GitHub
- URL: https://github.com/birdabo404/suifetch
- Owner: Birdabo404
- License: mit
- Created: 2023-09-21T06:25:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T15:58:53.000Z (about 1 year ago)
- Last Synced: 2025-06-03T04:31:48.631Z (about 1 year ago)
- Topics: c, fastfetch, linux, neofetch, neofetch-alternative, neofetch-clone, terminal
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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