https://github.com/NoSequel/efetch
https://github.com/NoSequel/efetch
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/NoSequel/efetch
- Owner: NoSequel
- Created: 2021-01-26T11:55:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T07:38:38.000Z (10 months ago)
- Last Synced: 2024-11-15T09:44:05.643Z (7 months ago)
- Language: C
- Size: 91.8 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fetch - efetch - No description. `C` (Operation System / Cross Platform)
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``