Skip to content
/ xfetch Public template

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

License

Notifications You must be signed in to change notification settings

xwedx00/xfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.