https://github.com/xwedx00/xfetch
🖼️ A command-line system information tool written in Bash for the Shell.
https://github.com/xwedx00/xfetch
arch-linux bash bash-script command-line command-line-tool kali-linux linux neofetch performance posix posix-sh screenfetch script scripting shell shell-script system-information terminal ubuntu
Last synced: about 1 month ago
JSON representation
🖼️ A command-line system information tool written in Bash for the Shell.
- Host: GitHub
- URL: https://github.com/xwedx00/xfetch
- Owner: xwedx00
- License: mit
- Created: 2022-11-10T10:23:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T22:02:15.000Z (over 2 years ago)
- Last Synced: 2024-12-27T14:40:34.765Z (about 1 year ago)
- Topics: arch-linux, bash, bash-script, command-line, command-line-tool, kali-linux, linux, neofetch, performance, posix, posix-sh, screenfetch, script, scripting, shell, shell-script, system-information, terminal, ubuntu
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```bash
git clone https://github.com/xwedx00/xfetch
cd xfetch/
chmod +x ./xfetch
clear
bash xfetch
```
# Screenshot For Reference

## 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.