ledisthebest / C-Fetch

A version of neofetch written in C. Just a little side project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-Fetch

A version of neofetch written in C. Just a little side project.

Please compile with gcc: gcc -o cfetch main.c Filesys.c

I got bored one day and thought that it would be a cool idea if neofetch was written in C.

So I sat down one weekend and started working on it.

Its not finshed yet, and I am working on getting it to display more of your pc spects.

Supported Operating Systems

So far C Fetch is only on linux. But I may port it over to windows.
  • Ubuntu
  • Debian
  • Arch
  • Manjaro

More are soon to come(Gentoo).

It does run on MacOS(being unix based), But I have not programmed a logo for it.

Screen Shots

Debian

Arch

Ubuntu

About

A version of neofetch written in C. Just a little side project.

License:GNU General Public License v3.0


Languages

Language:C 100.0%