inxi is a full featured CLI system information tool. It is available in most Linux distribution repositories, and does its best to support the BSDs.
Go to file
inxi-svn 7ea015abef New version, new man page, new tarball. Added -y [integer >= 80] option. This allows for absolute override
of width settings. This overrides any dynamically detected widths, as well as the globals:
COLS_MAX_CONSOLE='115'
COLS_MAX_IRC='105'
Now that inxi widths are largely dynamic in terminal, with a few lingering exceptions, it made sense
to also allow for overrides of this. This is useful in cases where for example you want to output
inxi to text file or for other purposes, or if you just want to test the widths, as in my case.

-y cannot be used with --recommends, but otherwise it works fine, with --help/-c 94-99 you have to 
put -y first in the list of options.

Example: inxi -v7 -y150 > inxi.txt will ignore the terminal settings and output the lines at basically
max length.
2014-04-03 17:46:31 +00:00
inxi New version, new man page, new tarball. Added -y [integer >= 80] option. This allows for absolute override 2014-04-03 17:46:31 +00:00
inxi.1 New version, new man page, new tarball. Added -y [integer >= 80] option. This allows for absolute override 2014-04-03 17:46:31 +00:00
inxi.changelog New version, new man page, new tarball. Added -y [integer >= 80] option. This allows for absolute override 2014-04-03 17:46:31 +00:00