/lfetch

Yet another fetch program, in C.

Primary LanguageC

lfetch

A minimal fetch program written in C

lfetch

Table of Contents

About

A fetch tool that fetches the information about the (Linux) system and displays it. This tool can be used as an alternative for neofetch, ufetch, pfetch, etc. Written in C programming language. Currently only for Void Linux.

Installation

Prerequisites

  • GCC (The GNU Compiler Collection)
  • GNU Make

Make and Install

  • Clone the repo (git clone https://github.com/TheUpBeat/lfetch.git)
  • Change in the directory (cd lfetch)
  • Using Make build it (make)
  • Install the program (sudo make install)

To uninstall sudo make uninstall