Skip to content
/ ffetch Public
forked from 0l3d/ffetch

F-Fetch targets low systems. Written in Rust. It's very simple, designed so you can pick it up and replace it.

Notifications You must be signed in to change notification settings

quitaxd/ffetch

 
 

Repository files navigation

F-Fetch

F-Fetch targets low systems. Written in Rust. It's very simple, designed so you can pick it up and replace it.

Quick Start

Paste a single line of code into your terminal!

curl https://raw.githubusercontent.com/0l3d/ffetch/master/install.sh | sh

First Look

~/.config/ffetch/config.yaml

ascii_path : "/home/user/.config/ffetch/ascii_arts/fedora.txt"
#all components : user.host,platform,os.name,memory,cpu,uptime,user.name,host.name,kernel.version,de,packages,shell
components : "user.host,platform,os.name,shell,memory,cpu,uptime,packages"
ascii_color : "c.blue;"
colors : "c.red,c.green,c.yellow,c.blue,c.magenta,c.white,c.yellow,c.green"

Supported distros : Debian, Fedora and Arch Linux

Example

       _,met$$$$$gg.            xold@debian
    ,g$$$$$$$$$$$$$$$P.         Platform :          Linux
  ,g$$P"        """Y$$.".       OS Name :           Debian
 ,$$P'              `$$$.       Memory :            9536 / 12441 MB
',$$P       ,ggs.     `$$b:     CPU :               Intel(R) blabla | x86_64
`d$$'     ,$P"'   .    $$$      Uptime :            2 hours, 56 minutes
 $$P      d$'     ,    $$P      Packages :          855
 $$:      $$.   -    ,d$$'      GPU :               Intel blabla
 $$;      Y$b._   _,d$P'        
 Y$$.    `.`"Y$$$$P"'           
 `$$b      "-.__                
  `Y$$                          
   `Y$$.                        
     `$$b.                      
       `Y$$b.                   
          `"Y$b._               
              `"""              
  • If you are using wm, it will say Unknown in the desktop section.

It is far from colors and visuals! Focused on function only!

Installation

Check installation.md

About

F-Fetch targets low systems. Written in Rust. It's very simple, designed so you can pick it up and replace it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.8%
  • Shell 5.2%