Skip to content

jerryjhird/rfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfetch

simple but fast fetchware alternative to neofetch, fastfetch, etc

this project relys on x86 specific cpu instructions other archeticture's like arm or risc-v are not supported

(this should work on most x86/x86-64 unix like operating systems that follows the freeedesktop.org standard)

average times (on my system):

rfetch:

real  0m0.004s
user  0m0.000s
sys   0m0.004s

fastfetch:

real  0m0.015s
user  0m0.005s
sys   0m0.010s

screenfetch:

real  0m1.462s
user  0m0.949s
sys   0m0.409s

displays:

username@localhost@pc-model

os/distro name

cpu model

kernel name & version

terminal

shell

window manager

memory usage

swap usage

disk usage

usage:

rfetch [OPTIONS]

OPTIONS (optional):

--config <FILE> path to text file containing ascii art

--spacing <N> spaces before ASCII art (0–255, default=3)

--color <ANSI> (e.g. 36, 1;36, 38;5;205)

-h, --help print help

-v, --version print version

Examples

example with arguments: rfetch --config ./test.txt --color "38;5;218" --spacing 0

scrn1

example with defaults: rfetch

scrn2

Notes

the test.txt file (with the ascii art used in the first screenshot) can be found here:

https://pastebin.com/9wn1V5Rv

About

simple but fast fetchware alternative to neofetch, fastfetch, etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages