Archives For November 30, 1999

irc client for command line

The command-line irc client f-irc has reached version 1.32. This release sanitizes user interface logic. A crash in /LIST has been fixed. The user menu now automatically retrieves full names. Joining a channel from the list shows the topics as well. DCC did not work. This release can let the channel list be sorted. Improved search in channel and user input scrollback windows.

The source tarball is available in its official web page.

For Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.10, Ubuntu 12.04, Linux Mint and their derivatives, you can install this client from my PPA.

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run below commands one by one:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install f-irc

This will add the PPA, update your system packages list and install f-irc client.

Once installed, run man f-irc to get help.

F-IRC, an irc client for terminals/command-line/console now is at version 1.31 which brings several improvements.

As you may know, F-IRC aims to be as user friendly as possible with easy navigation and keyboard shortcuts for quick navigation. The learning curve should be as shallow as possible.

The latest version F-IRC 1.31 brings below changes:

  • rewrites IRC protocol handling (much more stable)
  • Nicks can now be aligned in a column. You can now add a marker line to see where you left off (this is also automatic when changing channels)
  • An improved configuration editor
  • A tab-completion dictionary
  • Improved scroll-back window navigation. You can now invoke an external program/script when there’s a nick-hit
  • A “headlines” window has been added. You can now set custom highlight words

How to Install F-IRC in Ubuntu:

I’ve uploaded the latest builds to launchpad PPA, so we can easily install the client by running below commands one by one in terminal (Ctrl+Alt+T):

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install f-irc

Works for Ubuntu 14.04, Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Linux Mint and their derivatives.

If you don’t like the PPAs, download the DEBs from launchpad page

F-IRC Homepage