Manik
LinenCharcoalDenimPlumMossButterBlushSkyEspresso
Default FontSource SerifInconsolata

nfo

A minimal system fetch program with customizable ASCII art.

macOS & Linux

nfo

What is this

A small system fetch tool, written in Bash. Picks up the usual suspects — OS, kernel, uptime, memory, CPU, disk, battery — and prints them next to a chunk of ASCII art. macOS and Linux.

The output is fully configurable: pick an art style, pick a tint, and reorder or drop any of the info lines from a single function in your config.

Quick start

nfo

Config lives at ~/.config/nfo/nfo.conf. To change what shows up, edit INFO_ROWS:

INFO_ROWS=(
    os
    krn
    up
    mem
    cpu
)

Documentation