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 to add more support and/or clean up code.
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)
There is a config.h
file included with the source code where you can toggle certain fields and edit the current color scheme.
- You are able to run the
compile.sh
script in order to update and/or installefetch