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

https://github.com/NoSequel/efetch


https://github.com/NoSequel/efetch

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        


efetch


is a system information tool written in C++


``efetch`` was written by me to learn more about the C/C++ programming language, currently support for multiple operating systems is lacking, however it is pretty easy to add more operating systems. If you wish, you can open a [PR](https://github.com/NoSequel/efetch/pulls) to add more support and/or clean up code.

## OS Support
Currently we support 6 OS' (3 untested).
* Linux:
- Gentoo/Linux (Emerge)
- Ubuntu/Linux (dpkg)
- Debian/Linux (dpkg)
- Arch/Linux (Pacman)
- Void/Linux (xbps)
* BSD:
- FreeBSD/BSD (pkg)

## Configuration
There is a ``config.h`` file included with the source code where you can toggle certain fields and edit the current color scheme.

## Installation
- You are able to run the ``compile.sh`` script in order to update and/or install ``efetch``