/procfetch

Linux command-line utility

Primary LanguageC++GNU General Public License v3.0GPL-3.0

procfetch

procfetch is a command-line tool to fetch system information and display it on the screen.

It is written in C++.

Project inspiration : neofetch - a command line system information tool

Information displayed by procfetch

Static characteristics

  • Host (User)
  • CPU
  • Kernel
  • OS
  • Shell
  • Desktop Enviroment
  • Resolution
  • Theme
  • Icons
  • GPU (Integrated & Dedicated)
  • Package count

Dynamic characteristics

  • RAM
  • Uptime
  • Temperature

Prerequisites

  • GNU Make

Installation

$ git clone https://github.com/TanmayPatil105/procfetch.git
$ cd procfetch
$ chmod +x install.sh
$ ./install.sh
$ sudo chmod +x /usr/bin/procfetch

Uninstallation

$ chmod +x uninstall.sh
$ ./uninstall.sh


Contributing

Make sure reading Contributing.md before Contributing

Disclamer :

Tried and tested on Debian, Ubuntu and ParrotOS.