mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 17:07:49 +00:00
updated inxi.1 a bit, moved one section down, running in irc, to make it easier to find the main options descriptions. New .gz files
and tarball too. No version numbering change.
This commit is contained in:
parent
5eff92a613
commit
1f3602a188
108
inxi.1
108
inxi.1
|
@ -19,63 +19,6 @@ useful information.
|
||||||
.B inxi\fR output varies between CLI and IRC, with some default filters and color options applied to IRC use. Script colors can
|
.B inxi\fR output varies between CLI and IRC, with some default filters and color options applied to IRC use. Script colors can
|
||||||
be turned off if desired with \fB-c 0\fR, or changed using the \fB-c\fR color options listed in the OPTIONS section below.
|
be turned off if desired with \fB-c 0\fR, or changed using the \fB-c\fR color options listed in the OPTIONS section below.
|
||||||
|
|
||||||
.SH RUNNING IN IRC CLIENT
|
|
||||||
To trigger inxi output in your IRC client, pick the appropriate method from the list below:
|
|
||||||
|
|
||||||
.TP
|
|
||||||
.B Xchat, irssi \fR(and many other IRC clients)
|
|
||||||
.B /exec -o inxi \fR[\fBoptions\fR]
|
|
||||||
|
|
||||||
If you leave off the \fB-o\fR, only you will see the output on your local IRC client.
|
|
||||||
.TP
|
|
||||||
.B Konversation
|
|
||||||
.B /cmd inxi \fR[\fBoptions\fR]
|
|
||||||
|
|
||||||
To run inxi in konversation as a native script if your distribution or inxi package did not do this for you,
|
|
||||||
create this symbolic link:
|
|
||||||
|
|
||||||
.B ln -s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
|
|
||||||
|
|
||||||
If inxi is somewhere else, change the path /usr/local/bin to wherever it is located.
|
|
||||||
|
|
||||||
Then you can start inxi directly, like this:
|
|
||||||
|
|
||||||
.B /inxi \fR[\fBoptions\fR]
|
|
||||||
.TP
|
|
||||||
.B WeeChat
|
|
||||||
.B /shell -o inxi \fR[\fBoptions\fR]
|
|
||||||
|
|
||||||
Before WeeChat can run external scripts like inxi, you need to install the
|
|
||||||
weechat-plugins package. This is automatically installed for Debian users.
|
|
||||||
|
|
||||||
Next, if you don't already have it, you need to install shell.py,
|
|
||||||
which is a python script.
|
|
||||||
|
|
||||||
In a web browser, Click on the download button at
|
|
||||||
http://www.weechat.org/scripts/source/stable/shell.py.html/
|
|
||||||
|
|
||||||
Make the script executable by
|
|
||||||
|
|
||||||
chmod +x shell.py
|
|
||||||
|
|
||||||
Move it to your home folder /.weechat/python/autoload/
|
|
||||||
|
|
||||||
logout
|
|
||||||
|
|
||||||
start WeeChat with
|
|
||||||
|
|
||||||
weechat-curses
|
|
||||||
|
|
||||||
Top of screen should say what pythons scripts have loaded... includes shell
|
|
||||||
|
|
||||||
Then to run inxi, you would enter a command like this:
|
|
||||||
|
|
||||||
.B /shell -o inxi -bx
|
|
||||||
|
|
||||||
If you leave off the \fB-o\fR, only you will see the output on your local weechat.
|
|
||||||
|
|
||||||
WeeChat users may also like to check out the weeget.py
|
|
||||||
|
|
||||||
.SH PRIVACY AND SECURITY
|
.SH PRIVACY AND SECURITY
|
||||||
|
|
||||||
In order to maintain basic privacy and security, inxi filters out automatically on IRC things like
|
In order to maintain basic privacy and security, inxi filters out automatically on IRC things like
|
||||||
|
@ -428,10 +371,59 @@ For alternate ftp upload locations: Example:
|
||||||
- Everything, full data collection
|
- Everything, full data collection
|
||||||
|
|
||||||
.SH SUPPORTED IRC CLIENTS
|
.SH SUPPORTED IRC CLIENTS
|
||||||
|
|
||||||
BitchX, Gaim/Pidgin, ircII, Irssi, Konversation, Kopete, KSirc, KVIrc, Weechat, and Xchat. Plus any others that
|
BitchX, Gaim/Pidgin, ircII, Irssi, Konversation, Kopete, KSirc, KVIrc, Weechat, and Xchat. Plus any others that
|
||||||
are capable of displaying either built in or external script output.
|
are capable of displaying either built in or external script output.
|
||||||
|
|
||||||
|
.SH RUNNING IN IRC CLIENT
|
||||||
|
To trigger inxi output in your IRC client, pick the appropriate method from the list below:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B Xchat, irssi \fR(and many other IRC clients)
|
||||||
|
.B /exec -o inxi \fR[\fBoptions\fR]
|
||||||
|
|
||||||
|
If you leave off the \fB-o\fR, only you will see the output on your local IRC client.
|
||||||
|
.TP
|
||||||
|
.B Konversation
|
||||||
|
.B /cmd inxi \fR[\fBoptions\fR]
|
||||||
|
|
||||||
|
To run inxi in konversation as a native script if your distribution or inxi package did not do this for you,
|
||||||
|
create this symbolic link:
|
||||||
|
|
||||||
|
.B ln -s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
|
||||||
|
|
||||||
|
If inxi is somewhere else, change the path /usr/local/bin to wherever it is located.
|
||||||
|
|
||||||
|
Then you can start inxi directly, like this:
|
||||||
|
|
||||||
|
.B /inxi \fR[\fBoptions\fR]
|
||||||
|
.TP
|
||||||
|
.B WeeChat
|
||||||
|
.B /shell -o inxi \fR[\fBoptions\fR]
|
||||||
|
|
||||||
|
Before WeeChat can run external scripts like inxi, you need to install the
|
||||||
|
weechat-plugins package. This is automatically installed for Debian users.
|
||||||
|
Next, if you don't already have it, you need to install shell.py,
|
||||||
|
which is a python script.
|
||||||
|
|
||||||
|
In a web browser, Click on the download button at:
|
||||||
|
.I http://www.weechat.org/scripts/source/stable/shell.py.html/
|
||||||
|
|
||||||
|
Make the script executable by
|
||||||
|
|
||||||
|
.B chmod +x shell.py
|
||||||
|
|
||||||
|
Move it to your home folder: \fI/.weechat/python/autoload/\fR then logout, and start WeeChat with
|
||||||
|
|
||||||
|
.B weechat-curses
|
||||||
|
|
||||||
|
Top of screen should say what pythons scripts have loaded, and should include shell. Then to run inxi,
|
||||||
|
you would enter a command like this:
|
||||||
|
|
||||||
|
.B /shell -o inxi -bx
|
||||||
|
|
||||||
|
If you leave off the \fB-o\fR, only you will see the output on your local weechat. WeeChat
|
||||||
|
users may also like to check out the weeget.py
|
||||||
|
|
||||||
.SH INITIALIZATION FILE
|
.SH INITIALIZATION FILE
|
||||||
.TP
|
.TP
|
||||||
inxi will read the following configuration/initialization files in the following order:
|
inxi will read the following configuration/initialization files in the following order:
|
||||||
|
|
Loading…
Reference in a new issue