Ubuntu / Linux news and application reviews.

Cli companion

CLI Companion is a tool aimed at making the terminal easier to use: it's a GUI that displays a list of commands and an embedded terminal under it. The application comes with a list of commonly used commands by default, each having a short description and if you want to find out more about a certain command, simply right click it and select "Help". This will display the "man" (manual) for the selected command. But CLI Companion can help advanced users too as you can use it to store long commands which you can then easily find using the search feature.



CLI Companion 1.0 RC2 has been released today, bringing 2 features designed to make CLI Companion more useful as a daily terminal:

  • the command list can now be collapsed and expand as needed (see screenshot below)
  • The format commands are stored in has been changed. Commands requiring User Input when ran now use question marks(?) as place holders. So a command like 'ls /any/directory' would be added to your command list as 'ls ?'. This changed was required because the old behavior only allowed user input at the end of the command.


Cli companion screenshot

To install the latest CLI Companion 1.0 RC2 in Ubuntu (Karmic, Lucid or Maverick), use the following commands:
sudo add-apt-repository ppa:clicompanion-devs/clicompanion-nightlies
sudo apt-get update
sudo apt-get install clicompanion

You'll then find CLI Companion under Applications > Accessories.