Top 4 Terminal GUI Applications
Written by BinnyVA on June 19, 2009 – 1:19 am -
Terminal GUI Apps? Does sound oxymoronic doesn’t it? Well, there are GUI apps in the terminal – and here is a tribute to ones that I find most useful…
top/htop – Process Viewer
From the man page…
The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. The types of system summary information shown and the types, order and size of information displayed for tasks are all user configurable and that configuration can be made persistent across restarts.
I always have a processor load displaying applet(System Monitor) in my panel. Whenever I see a spike, I fire up a console and type in the top command – its very useful in finding which process is creating the load. Usually, it is some cron job like updatedb or makewhatis. But occasionally, I find a zombie processes this way.
htop is, for the lack of a better word, a better top. It provides a more colorful display(top has a color mode as well – open top and press ‘z’). It also makes it a bit more easier to kill processes.

mc – File Manager
mc(or Midnight Commander) is a file manager. Sure you can cp and mv your files around, but after a while, it gets tiring. mc is a dual pane file manager -it means you can see two folders at the same time. You can copy/move files from one to the other, delete, rename, view file etc – in short, everything a file manager is expected to have, mc has.

mpg123 – Audio Player
I am not writing too much about this – considering the fact that I have already wrote a post about mpg123/mpg321 in the audio player series.
aptitude
aptitude is a ncurces based GUI for the apt package manage – as a result, this is only available in Debian based systems(Ubuntu, Knopix, etc.). I have not yet seen anyone using aptitude – if they have a GUI system, they use synaptic – and if they are comfortable with the command line, they use apt-get command. But still, there is a middle ground – if for some reason you need it.

Thanks to Rajesh for the aptitude screenshot.
Anything Else?
Any other Terminal GUI application? I can only think of these at the moment. If you can think of others, comment.
Digg it
|
reddit
|
StumbleUpon
Tags: application, aptitude, gui, htop, mc, mpg123, review, terminal, top
Posted in Applications, Command Line, Reviews, Tools | 10 Comments »

Follow me(@binnyva) on Twitter
June 19th, 2009 at 2:01 am
Naim and irssi are great aim/irc clients both I believe use the ncurses interface.
June 19th, 2009 at 9:37 am
Lynx and w3m are pretty good text web browsers. Most sites are somewhat difficult to navigate with them, but its not really their fault. And +1 for both naim and irssi
June 19th, 2009 at 11:35 pm
@strangethings
I should have included Lynx and Links – I use those. Completely forgot about them.
@dmazzone
Thanks for the naim/irssi suggestion
June 20th, 2009 at 8:58 am
Good post. “htop” is really nice. now onwards I will use “htop” to manage my processes.
July 6th, 2009 at 10:17 am
iotop is another one that I like.
July 16th, 2009 at 11:57 pm
[...] been treated with Web 2.0 Shadow plugin. If you don’t believe me, take a look at few of my old [...]
August 1st, 2009 at 11:03 pm
Hi there,
I would like to point one console based multi-protocol instant messaging client.Finch; which is based on libpurble library and great alternative for pidgin in terminal.
September 4th, 2009 at 7:37 pm
I feel the title should be,*Top 10 TUI(Text user interface) Applications*
October 30th, 2009 at 11:31 pm
Editor: mcedit (comes with mc package, and far better than fighting with vi/vim commands)
FTP: ncftp (not strictly a CLI-GUI, but it has remote filename tab completion, which makes it one of the best FTP clients around.)
Torrent: rtorrent (lightweight and very powerful)
Bandwidth Monitor: bwm/bwm-ng (simple and useful)
November 12th, 2009 at 7:13 pm
I feel the title should be,*Top 10 TUI(Text user interface) Applications*
^ Either that or CLI (command line interface) there’s nothing “GUI” about any of those apps.