You can download latest release of scu from releases or compile it by yourself
-
--configName or absolute path to the config
-
--simplifyOutputs information in a much simpler form, forced by default when output is piped
-
--ignore-pipeOutputs information in regular form, even if it's piped (disables --simplify forcing)
-
--force-versionsEnables version fetching (was disabled by default in commit a0c0bada due to bad performance)
-
--raw-modelsShow models (CPU, GPU, etc.) without processing
-
--multicpuShow multiple cpus instead of single cpu (currently unstable!)
-
--neomimicMimic the legendary neofetch
-
--no-colorsDisable colors in output
-
--no-logoDon't print logo in neomimic mode
-
-v,--versionPrints scu's version
-
-h,--helpPrints help page
See Configuration documentation for details.
- Install Rust toolchain.
- Clone scu and compile it with cargo.
$ git clone --depth=1 https://gitlab.com/omnid/scu
$ cd scu
$ cargo build --releaseCompiled binary is located at target/release/scu.
- Install systemwide (optional)
$ cp target/release/scu /usr/local/bin


