  |
Ncurses at the Free Software Foundation (FSF) - http://www.gnu.org/software/ncurses/
Ncurses is software for controlling writing to the console screen under Unix, Linux and other operating systems. |
  |
Wily Homepage - http://www.cse.yorku.ca/~oz/wily/
Wily is a mouse-oriented, text-based working environment for programmers. It lets you interact with your files, directories and other programs through mouse and keyboard operations on plain text. |
  |
Zsh - Linux shell - http://www.zsh.org/
Zsh is a shell designed for interactive use, although it is also a powerful scripting language. |
  |
Scroller - http://scroller.sourceforge.net/
Scroller is a replacement for the command "while true; do clear; xxx; sleep 10; done". It uses ncurses to redraw the new output much more smoothly, and truncates the output to the size of the screen, without causing the program to abort. |
  |
LogMon - Log Monitor - http://www.edespot.com/plaidhat/code/LogMon/
A program that will monitor one or more log files, updating when more data is available ala 'tail -f' , within a common terminal window via a "split window". User can scroll up/down/left/right through all the windows. A header displays each frames file name, and number of lines in the file. |