sysfetch icon indicating copy to clipboard operation
sysfetch copied to clipboard

A super tiny system information fetch script written in BASH

Results 8 sysfetch issues
Sort by recently updated
recently updated
newest added

Ascii art for the following would be nice: - Android - Gentoo - Void Linux - Bedrock Linux - OpenSuse - EndeavourOS - Pop!_OS - Linux Mint - Garuda Linux...

This is run via Termux There are errors about `/etc/os-release`, `/etc/lib/os-release` (both for getting OS name probably), `/etc/issue`, `lspci` (likely related to #7), `/sys/devices/virtual/dmi/id/board_vendor` and `/sys/devices/virtual/dmi/id/board_name` (both for getting mobo)....

Was testing in a Fedora 36 VM, for some reason the script just freezes/gets in an endless loop and does not output anything. The issue in particular seems to be...

``` # bash sysfetch sysfetch: line 7: /dev/fd/62: No such file or directory @ ``` Worth noting that this was run on an emulated Linux machine in the browser: Also...

``` $ bash sysfetch kernel ~ 5.10.16.3-microsoft-standard-WSL2 arch ~ x86_64 ``` 1) isn't there supposed to be shown more? 2) according to the screenshot on the homepage, architecture and kernel...

Using Bash from MINGW creates an output very similar to #74 ``` $ bash sysfetch kernel ~ 3.3.3-341.x86_64 arch ~ x86_64 ```

This is the output on Qemu... ./sys/linux.sh: line 145: /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory ./sys/linux.sh: line 150: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory ./sys/linux.sh: line 173: /sys/devices/virtual/dmi/id/board_vendor: No such...

Debian 10 under WSL2, script throws an error when trying to find a GPU: ``` gpu ~ ./fetch.sh: line 67: lspci: command not found ``` Looks like `pciutils` might not...

enhancement
help wanted