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)
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
username@localhost@pc-model
os/distro name
cpu model
kernel name & version
terminal
shell
window manager
memory usage
swap usage
disk 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
example with arguments:
rfetch --config ./test.txt --color "38;5;218" --spacing 0
example with defaults:
rfetch
the test.txt file (with the ascii art used in the first screenshot) can be found here:
https://pastebin.com/9wn1V5Rv

