Home

Awesome

<h2 align="center"> afetch </h2> <h4 align="center"> Simple system info </h4> <p align="center"> <a href="https://repology.org/project/afetch/versions"> <img src="https://repology.org/badge/vertical-allrepos/afetch.svg" height="85px"> </a> </p> <img align="right" src="img/logo.png" height="250px"> Fast and simple system info (for UNIX based operating systems) written in POSIX compliant C99, that can be configured at compile time by editing the <a href="src/config.h">config.h</a> file. It uses the C Preprocessor to implement config options at compile time. <br> <br> <h3> Why use afetch? </h3> afetch is written in C99, meaning that it should be able to be compiled with almost all C compilers. As well as being written in a very fast language, it's multithreaded. This makes it even faster, as well as distinguishing it from similar programs written is POSIX sh. The only limitations it has is the speed of your distros package manager! </p>

Requirements

Package count supported

afetch is made to be run anywhere, but if your operating system isn't in the list above then open an issue! If on Linux please show the output of cat /etc/os-release, or if you're using something else then uname -s.

Configuration options

To do

Thanks