inxi :: usage and IRC client information
Page Version: 1.1 Page Updated: 2022-10-19
- Running inxi commands
- IRC client inxi usage
- Quassel
- XChat / HexChat
- irssi and most other clients
- WeeChat
- BitchX
Running inxi commands
inxi -<color> -<option>
Ie, this command:
inxi -c4 -I
will change to color option 4 and show the inxi Information line.
See inxi options list for full list and explanation of available options. Always refer to an actual current inxi for latest options since these wiki pages only get updated now and then.
IRC client usage
Here are specific IRC client instructions for inxi use.
Konversation
For native internal command call:
- For modern KDE, make sure you have package qdbus-qt5 and qtchooser (Debian/Ubuntu + derived), qt5-qttools (Fedora/RHEL/OpenSUSE/SUSE), qt5-tools (Arch + derived) or check your distro for which package that owns qdbus. That package name may change as new qt versions are shipped, so just search for qdbus-qt in Debian/Ubuntu, or in your distro package pool.
- First link or move inxi into Konversation's script folder (for current modern Konversation) (assuming you have it in /usr/local/bin, otherwise change to for instance /usr/bin/inxi):
ln -s /usr/local/bin/inxi /usr/share/konversation/scripts/inxi
- then run:
/inxi -<options>
- For normal external script call, in Konversation session type:
/cmd inxi -<options>
- example:
/cmd inxi -d
- If the commands fail to work, add this link, and it should work right away:
ln -s /usr/share/konversation /usr/share/apps/
and you'll see the expected output.
Note: there was a long standing bug in inxi which made it not work in Konversation in at least qt 5. That bug was finally found and fixed in inxi 3.3.23.
Quassel
Quassel: inxi ships as a built in script with Quassel, so you should just be able to run the standard builtin command to run an internal script. However, note that they tend to not update their version very often, so you are better off changing their inxi file version with a symbolic link to your real inxi version.
XChat/HexChat
/exec -o inxi -<options>
The -o option show output to the channel. Without it, only the user will see the output.
irssi and most other clients.
/exec -o inxi -<options>
example:
/exec -o inxi -dn
WeeChat
For Debian users, installing weechat also installs the weechat-plugins. Check with your distro for similar package before attempting below please.
For weechat to run external scripts like inxi, you have to install shell.py, if you don't already have it. To read how to install click here
Then to run inxi, you would enter a command like this:
/shell -o inxi -bx
If you leave off the -o, only you will see the output on your local weechat.
weechat users may also want to check out weeget.py
Weechat Extra Information
- Weechat home page: www.weechat.org
- weechat quickstart
- running weechat
- plugins (needed for python scripts): weechat scripts and plugins
Easy way to install shell.py
In a web browser, Click on the download button at weechat shell.py
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
BitchX
BitchX seems to be dead, no activity for a long time, then last year a burst of output for about a month, but nothing since( bitchx.sourceforge.net or www.bitchx.org).