laffer1 / bsdfetch

A tool to show information about a running FreeBSD/OpenBSD system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bsdfetch

bsdfetch is a simple tool to show information about a running FreeBSD/OpenBSD system.

To build simply type "make" in the source directory. After that you can run it like so "./bsdfetch".

FreeBSD system example:
freebsd-bsdfetch

OpenBSD system example:
openbsd-bsdfetch

Thanks:

Felix Palmen (https://twitter.com/8bitsound) - For suggestions regarding tty, initialization, color output handling. Also for contributing to the project (pkg).
Laurent Cheylus (https://twitter.com/lcheylus) - For implementing "Arch" and "Memory" support for bsdfetch on OpenBSD (libsysctl). Also, for fixing a bug when no sensors are present on OpenBSD.

About

A tool to show information about a running FreeBSD/OpenBSD system

License:ISC License


Languages

Language:C 98.0%Language:Makefile 2.0%