1
0
Fork
You've already forked unixfetch
0
forked from Muffin717/unixfetch
Extremely minimalistic CLI tool to display basic system info.
  • Shell 100%
2026年07月03日 22:34:27 +02:00
.editorconfig A lot of changes 2026年06月11日 13:41:44 +00:00
.gitattributes A lot of changes 2026年06月11日 13:41:44 +00:00
agefetch fix unknown command error on non hostname supported machines 2026年07月03日 18:22:10 +01:00
cpufetch fix unknown command error on non hostname supported machines 2026年07月03日 18:22:10 +01:00
LICENSE Add LICENSE 2025年04月25日 18:26:18 +00:00
PKGBUILD A lot of changes 2026年06月11日 13:41:44 +00:00
README.md Update README to reflect unixfetch/cpufetch changes 2026年06月19日 23:30:53 +02:00
unixfetch fix unknown command error on non hostname supported machines 2026年07月03日 18:22:10 +01:00

unixfetch

Extremely minimalistic CLI tool to display basic system info.

Install

By downloading the script

  1. Save the unixfetch as script file.

  2. Locate the directory:

    cd ~/Downloads # or whatever directory you have saved the script to
    
  3. Run as root:

    chmod +x unixfetch && mv unixfetch /usr/local/bin/
    

By cloning the repository

  1. Clone the repository

    git clone https://codeberg.org/Muffin717/unixfetch.git
    cd ~/unixfetch
    
  2. 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:

image

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