forked from Muffin717/unixfetch
Extremely minimalistic CLI tool to display basic system info.
- Shell 100%
| .editorconfig | A lot of changes | |
| .gitattributes | A lot of changes | |
| agefetch | fix unknown command error on non hostname supported machines | |
| cpufetch | fix unknown command error on non hostname supported machines | |
| LICENSE | Add LICENSE | |
| PKGBUILD | A lot of changes | |
| README.md | Update README to reflect unixfetch/cpufetch changes | |
| unixfetch | fix unknown command error on non hostname supported machines | |
unixfetch
Extremely minimalistic CLI tool to display basic system info.
Install
By downloading the script
-
Save the
unixfetchas script file. -
Locate the directory:
cd ~/Downloads # or whatever directory you have saved the script to -
Run as root:
chmod +x unixfetch && mv unixfetch /usr/local/bin/
By cloning the repository
-
Clone the repository
git clone https://codeberg.org/Muffin717/unixfetch.git cd ~/unixfetch -
Run as root:
chmod +x unixfetch && mv unixfetch /usr/local/bin/
(For cpufetch or agefetch, replace unixfetch with the appropriate script and follow the same process.)
Enjoy!
Preview
Previews of unixfetch and agefetch:
Preview in ASCII:
> unixfetch
/\
/ \ OS: Arch Linux
/ \ Hostname: bettermicrowave
/ \ Uptime: up 12 hours, 9 minutes
/ ,, \ CPU: AMD Ryzen 5 7500F 6-Core Processor
/ | | \ Memory: 11Gi/30Gi
/_-'' ''-_\
> unixfetch -a
/\
/ \ OS: Arch Linux
/ \ Hostname: bettermicrowave
/ \ Uptime: up 12 hours, 9 minutes
/ ,, \ Age: 251 days
/ | | \ Memory: 11Gi/30Gi
/_-'' ''-_\
> cpufetch
/\
/ \ OS: Arch Linux
/ \ Hostname: bettermicrowave
/ \ Uptime: up 12 hours, 9 minutes
/ ,, \ CPU: AMD Ryzen 5 7500F 6-Core Processor
/ | | \ Memory: 11Gi/30Gi
/_-'' ''-_\
> agefetch
/\
/ \ OS: Arch Linux
/ \ Hostname: bettermicrowave
/ \ Uptime: up 12 hours, 9 minutes
/ ,, \ Age: 251 days
/ | | \ Memory: 11Gi/30Gi
/_-'' ''-_\
unixfetch is libre software licensed under the GNU GPLv3