Ecosyste.ms: Awesome
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 linux neofetch neofetch-clone terminal-ui
Last synced: about 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T13:12:11.000Z (8 months ago)
- Last Synced: 2024-04-28T14:27:19.632Z (8 months ago)
- Topics: c, linux, neofetch, neofetch-clone, terminal-ui
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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`
* 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/).