xwedx00 / xfetch

🖼️ A command-line system information tool written in Bash for the Shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xfetch

A *nix Based Sys-Info fetch script Written In BASH - WIth Zero Dependencies with less than 100 lines of code.Xfetch is a command-line system information tool written in Pure bash for the shell. Xfetch displays information about your operating system, software and hardware in a visually pleasing way.

Installation steps

Doesn't require things like make, clone the repository and run.

git clone https://github.com/xwedx00/xfetch
cd xfetch/
chmod +x ./xfetch
clear
bash xfetch

Screenshot For Reference

kali

About This Project

While writing the code, I paid particular attention to the fact that there should be no dependencies. Because my goal was to make software that works directly when the repository is cloned, without the need to install other dependencies.

About

🖼️ A command-line system information tool written in Bash for the Shell.

License:MIT License


Languages

Language:Shell 100.0%