Please describe the feature you want this project to offer
The current scope of the program is limited to the CPU, the Memory, and the Network status.
If the developers are in agreement to widen up the scope of the program to check the status of peripheral devices like Devices connected to PCI Bus, or USB Port then we all can contribute to it.
Describe the solution you'd like
The ls* GNU/Linux equivalent type of functions for peripherals, such as:
lspci equivalent function in Golang for querying PCI Devices

or lsusb equivalent function in Golnag for querying USB Devices

Additional context
If this issue is in line with the maintainers of this repository, then I will like other previous contributors to also participate and comment their suggestion in adding more functionality to the current program.
Please describe the feature you want this project to offer
The current scope of the program is limited to the CPU, the Memory, and the Network status.
If the developers are in agreement to widen up the scope of the program to check the status of peripheral devices like Devices connected to PCI Bus, or USB Port then we all can contribute to it.
Describe the solution you'd like
The
ls*GNU/Linux equivalent type of functions for peripherals, such as:lspciequivalent function in Golang for querying PCI Devicesor

lsusbequivalent function in Golnag for querying USB DevicesAdditional context
If this issue is in line with the maintainers of this repository, then I will like other previous contributors to also participate and comment their suggestion in adding more functionality to the current program.