pci-stack-switch #1

Merged
shibedrill merged 14 commits from pci-stack-switch into main 2025-11-05 21:32:13 -05:00
Showing only changes of commit 600b32809d - Show all commits

View File

@ -10,7 +10,7 @@ Neofetch, being a BASH script, has a few downsides in my opinion.
1: It's slow. 1: It's slow.
2: It only works on platforms which have the BASH shell. 2: It only works on platforms which have the BASH shell.
3: It's kinda big, and I like having more compact info. 3: It's kinda big, and I like having more compact info.
As such, I wrote OxideFetch. How cool is that? It displays your information in a manner that's compact, cross-platform, and BLAZINGLY fast. I've measured speeds of up to 25 times faster than normal Neofetch on WSL2. As such, I wrote OxideFetch. How cool is that? It displays your information in a manner that's compact, cross-platform, and BLAZINGLY fast. I've measured speeds of up to 25 times faster than normal Neofetch on WSL2. Its primary advantage over other fetch programs is its usage of [libpci-rs](https://github.com/gibsonpil/libpci-rs), which is significantly (up to 35 times) faster than the system-provided `lspci` on Linux when looking up display names for GPUs.
### Special Thanks ### Special Thanks