IEEE-VIT / termiboard

A smart CLI Dashboard to fetch cpu, memory and network stats!
MIT License
35 stars 16 forks source link

Add Get PCI Devices for Windows and Linux, Rename White Color #38

Open sjchoure opened 3 years ago

sjchoure commented 3 years ago

Partially Fixes: ls* Family Issue

What's new

Reference Docs:

  1. For Windows: Win32_PNPEntity and to query it: StackExchange/wmi pkg

  2. For Linux: jaypipes/ghw pkg

DarthBenro008 commented 3 years ago

I had to do some research, I feel this could be more optimised, we need to come up some kind of priority class to display only some devices info first, this full list could be a accessed by a separate flag command. @aryan9600 i don't think a table would help in listing out PCI devices.

aryan9600 commented 3 years ago

Yeah a verbose flag makes sense to me. Basically wanted to avoid the output taking up the entire screen xD

sjchoure commented 3 years ago

@DarthBenro008 @aryan9600 Please review it, and let me know if there are any changes.