A simple, proof-of-concept system fetch utility written mainly as an excercise in C.
It doesn’t really fetch too much at all.
It looks quite clean though, and only supports Linux.
Blazingly fast.
Now also configured with TOML.
Place a config file in `$HOME/.config/cfetch/config.toml`.
The colors support values 0-15 (corresponding standard terminal colors). Icons should be single character.
[colors]
frame = 4
os = 2
shell = 1
term = 14
[icons]
os = ""
shell = ""
term = ""
Usage: cfetch [OPTION...] Simple fetch program (that doesn't fetch anything) -c, --config=FILE Config FILE to use -n, --no-config No config file -?, --help Give this help list --usage Give a short usage message -V, --version Print program version
make
sudo make install