terminals-are-sexy icon indicating copy to clipboard operation
terminals-are-sexy copied to clipboard

Inxi - every system info through one command

Open LIttleAncientForestKami opened this issue 6 years ago • 1 comments

Checklist for submitting a pull request to Terminals Are Sexy:

  • [x] I have carefully read and comply with the Contributing Guidelines of this repo.

  • [x] I have searched the PRs of this repo and believe that this is not a duplicate.

  • Title: inxi

  • Link: https://github.com/smxi/inxi

  • Category: Tools & Plugins

  • Description: one command to get every system info: hardware, CPU, drivers, Xorg, Desktop, Kernel, GCC version(s), Processes, RAM usage - you name it. Perfect for bug reports, works also with IRC.

LIttleAncientForestKami avatar May 06 '18 23:05 LIttleAncientForestKami

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. :-)

LIttleAncientForestKami avatar May 07 '18 00:05 LIttleAncientForestKami