Top 4 Terminal GUI Applications

Terminal

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.

htop

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.

mc

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.

aptitude

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.

12 comments

  1. 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

  2. @strangethings
    I should have included Lynx and Links – I use those. Completely forgot about them.

    @dmazzone
    Thanks for the naim/irssi suggestion

  3. 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.

  4. 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)

  5. 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.

  6. Links2 – internet
    Bashpodder – audio podcast collector
    Alpine – email client
    Irssi – inter relay chat
    Centerim – instant messaging client
    Oleo or Sc – spreadsheet
    Vim, emacs, nani, joe, or a dozen other programs – word processing
    Antiword – deals with office based documents
    Putty – secure accessing too
    Screen -multiple session tool
    Ledger – accounting (seems to be based on gnucash)
    gpm, mc, synaptic, sed, awk, sort, ncurses, bash ,ssh, wget, curl, or other command line tools.
    Sqllite, mysql, psql, plus man other – databases
    Hnb – outliner to organize ideas
    freebasic, gcc, python, pgp, php, php-cli, perl and many others – computer programming language tools.
    Too many to list here – games.
    Moc, aplay, mplayer, cmis and may others – music players
    Espeak or Festival – voice synthesizer.
    Nget and may others – news readers.
    Cdrecord – cd buring program.
    wyrd – nice calendar tool.

Leave a Reply

Your email address will not be published. Required fields are marked *