.\" .\" vii - buffer and display output .\" Copyright (C) 2005 Peter Miller .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. .\" .\" MANIFEST: index.html .\" .de an-p-footer .. .ad l .hy 0 .so version.so
.br .br .brVii can also repeatedly execute a command (at a configurable interval) and the most recent output is displayed. This is useful for status monitoring where the command itself does not have a repeatable or curses interface. .br
I've been carting this program around since about 1990, because it is
generally useful for monitoring things. I've made a project for it on
SourceForge because it makes it nice and easy to gab vii when
working on other folks' systems.
The overly grand version number was caused by
an accident with a contraceptive and a time machine.
This page is hosted by SourceForge: see also the .br Project and .br Statistics pages. |
.br
.\" ------------------------------------------------------------------------
For example, monitoring a printer queue can be accomplished by a command
such as
while : ; do clear; lpq | tail -23; sleep 60; donewhich has the disadvantage of flickering annoyingly, plus it can't scroll and long lines make it too long for the display. .\" ------------------------------------------------------------------------ |
Monitoring a printer queue can also be accomplished
using the vii command:
vii -e "lpq" -i 60which has the advantage of being able to scroll up and down for lists longer than the screen, and also left-right for wide texts. .\" ------------------------------------------------------------------------ .br |
You could support this project with a donation. |
File Name | Description |
---|---|
vii-\*(v).README | The README file from the tar distribution. |
change_log.txt | The release notes, detailing what has happened in this release. |
vii-\*(v).lsm | Brief description in .nf LSM .fi format. |
vii-\*(v).tar.gz | The complete source. |
vii-\*(v).ae | The complete source, in aedist format. |
Vii developers may access the latest development changes through the Aegis web interface. .br
![]() | .br Vii is written and owned by Peter Miller <millerp@canb.auug.org.au> and is freely distributable under the terms and conditions of the GNU GPL. .br |
.br
![]() | .br There is more Software by Peter Miller at his home page. .br |
.br
![]() |