Skip to content
/ cinfo Public

a fast and minimal system information tool for linux-based operating systems

License

Notifications You must be signed in to change notification settings

mrdotx/cinfo

Repository files navigation

cinfo

a fast and minimal system information tool for linux-based operating systems

screenshot

Installation

Packaging status

Edit config.mk to match your local setup (cinfo is installed into the /usr/local namespace by default)

Copy the config.def.h to config.h and edit the new file according to your needs. Especially if you want to install cinfo on an non-Arch based distro!

Afterwards enter the following command to build and install cinfo (if necessary as root):

make clean install

Run

cinfo

Manual

You can view the manual by running man cinfo or man cinfo.1, if you've already ran make clean install.