RKTFetch
1 About
RKTFetch is a system fetch program in Racket. It is heavily inspired by neofetch
Main git repository is available on GitHub: mythical-linux/rktfetch
2 Requiring the rktfetch module
(require rktfetch) | package: rktfetch |
Requiring the module is unnecessary, it is reccomended to run rktfetch via it’s launcher instead.
But it can also be executed with racket -l rktfetch
3 rktfetch executable
rktfetch
3.1 Command-line interface
The list of supported command-line options:
--cpu ‹str› —
Force specified CPU --desktop ‹str› —
Force specified desktop --device ‹str› —
Force specified device --distro ‹str› —
Force specified system distribution --editor ‹str› —
Force specified file editor --host ‹str› —
Force specified host --kernel ‹str› —
Force specified system kernel --memory ‹str› —
Force specified RAM amount --os ‹str› —
Force specified operating system --pkg ‹str› —
Force specified packages count --shell ‹str› —
Force specified login shell --uptime ‹str› —
Force specified uptime --user ‹str› —
Force specified user --no-logo —
Don’t display the logo --spacing ‹num› —
Space between logo and info (natural number) --help or -h —
Show help