terminals-are-sexy
terminals-are-sexy copied to clipboard
Inxi - every system info through one command
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.
Above is a demo of inxi's capabilities.
-
inxi
without params - shows CPU make and speed/max, kernel version, uptime, processes, RAM, HDD size and usage, client and inxi version. - 'inxi -s' - shows sensors (temperature, fan speeds)
- '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. -
inxi -B
- shows battery details -
inxi -S -XXX
- shows error message, with error number. -
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. :-)