Skip to content
/ cfetch Public

Simple fetch utility written in C. Doesn't really fetch anything. Blazingly fast.

License

Notifications You must be signed in to change notification settings

wmwnuk/cfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfetch

https://i.imgur.com/CxbYwny.png

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.

Configuration

Place a config file in `$HOME/.config/cfetch/config.toml`.

Example

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

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

Installation

make
sudo make install

About

Simple fetch utility written in C. Doesn't really fetch anything. Blazingly fast.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published