
pciex
PCI Explorer is a PCIe topology explorer and visualizer. The generated tree can be visualized and each element inspected using a simple terminal UI designed with the bubbletea framework.

Installation
This can be installed using:
go install github.com/LambdaLabs/pciex@latest
Or you may run it directly via:
go run github.com/LambdaLabs/pciex@latest
Dependencies
This module requires the lshw utility to be installed.
Ubuntu
sudo apt-get install lshw
Redhat
sudo yum install lshw