A simple, customisable fetch written in Rust.
```bash
OS: Arch Linux Host: user-pc Uptime: 24.37 min(s) Kernel Version: 5.10.15-arch1-1 CPU: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (4) Disk: /dev/sda2 (96.61 GB / 449.57 GB) Memory: 2.45 GB / 8.05 GB Swap: 1.02 GB / 8.39 GB ```
| Platform | Location | | :------------ | :---------------------------------------------------- | | Windows | %appdata%/rufetch/config.toml | | Linux | ~/.config/rufetch/config.toml | | Mac | ~/Library/Application Support/ru_fetch/config.toml |
Following are possible configuration options, their descriptions and their possible values.
| Option | Description | Possible Values |
| :----------------------- | :------------------------ | :------------------------ |
| showos | Show OS | true, false
|
| showhostname | Show hostname | true, false
|
| showkernelversion | Show OS kernel version | true, false
|
| showmemory | Show total and used RAM | true, false
|
| showswap | Show total and used Swap | true, false
|
| showuptime | Show system uptime | true, false
|
| showcolors | Show color blocks | true, false
|
| showcpu | Show CPU usage | true, false
|
| showcores | Show total CPU cores | true, false
|
| showdisks | Show Disk name and Usage | true, false
|
| uptimetype | The uptime's unit | Hour, Minute, Second
|
| colorswidth | Size of color blocks | any unsigned int
|
| memorytype | The memory's unit | KB, MB, GB
|
Note: colors_width requires a unsigned integer which is within integer range. Recommended usage is 3 - 5
This program is licensed under GPL3