k4m4 / terminals-are-sexy

💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers.
https://terminalsare.sexy/
Creative Commons Zero v1.0 Universal
12.25k stars 606 forks source link

Inxi - every system info through one command #161

Open LIttleAncientForestKami opened 6 years ago

LIttleAncientForestKami commented 6 years ago

Checklist for submitting a pull request to Terminals Are Sexy:

LIttleAncientForestKami commented 6 years ago

terminalsaresexy_inxi_2018-05-07_01-55-39

Above is a demo of inxi's capabilities.

  1. inxi without params - shows CPU make and speed/max, kernel version, uptime, processes, RAM, HDD size and usage, client and inxi version.
  2. 'inxi -s' - shows sensors (temperature, fan speeds)
  3. 'inxi -S' - shows system data: host, kernel version, 64 or 32 bits, desktop and distro details. Adding -x or -xx or -xxx provides more details, as shown in last couple of commands.
  4. inxi -B - shows battery details
  5. inxi -S -XXX - shows error message, with error number.
  6. inxi -b - bulk data, or bug report. Most times when I report a but, I choose this option. If you want consistent bug reports with full data, get your reporters to use inxi or provide a simple wrapper. This is a summary option, showing so-called basic data.

Options in inxi can be stacked together (if they don't conflict). Take a look at inxi -F for full output. :-)