DEV Community

Cover image for NFetch
Nighty3098
Nighty3098

Posted on

NFetch

Hey, everybody.

I want to share with you my new project.
Recently I learned about neofetch project archiving and decided to try to write my analog in C language.

Now the basic functionality is implemented, data output using flags, etc.

You can find the source code of the project at the link:
https://github.com/Nighty3098/nFetch

Installation:

git clone https://github.com/Nighty3098/nFetch
cd nFetch/src
make
Enter fullscreen mode Exit fullscreen mode
make install
Enter fullscreen mode Exit fullscreen mode
nfetch
Enter fullscreen mode Exit fullscreen mode

Screenshots

Image description

Image description

Image description

Top comments (1)

Collapse
 
nighty3098 profile image
Nighty3098