|
NAMEvgseer - Viewglob shell overseer.SYNOPSISvgseer [options]DESCRIPTIONvgseer creates a Viewglob-supervised interactive shell and opens up a socket connection to a listening vgd(1) process. It maintains a snapshot of the relevant parts of its local filesystem and tracks the user's command line and other information, which is communicated to vgd.In basic usage, you can run vgseer with no arguments and it will connect to a local vgd on a Unix-domain socket. If that's all you want to do, though, you may as well just use the viewglob(1) wrapper script. If you've connected to a remote machine with telnet or ssh and would like Viewglob tracking for that shell+terminal, you can do so by calling vgseer and passing it the host and port of your local vgd. Obviously this requires vgseer to be installed on the remote machine. NB: the communication with vgd is done over a separate socket. If you want this information encrypted, you'll need to setup additional ssh tunneling for it. vgseer is compatible with any recent version of bash(1) or zsh(1) and doesn't assume any particular shell configuration. OPTIONSThis program follows the usual GNU command line syntax, with long options starting with two dashes. A summary is included below.
FILES~/.viewglob/vgseer.conf
ENVIRONMENT VARIABLESLANGLC_ALL If either of these values include a variation of
"UTF-8", vgseer will accommodate you. This is important, as
otherwise Viewglob will have trouble keeping track of the cursor
position.
AUTHORSStephen Bach <sjbach@users.sourceforge.net>SEE ALSOviewglob(1), vgd(1), bash(1), zsh(1).
Visit the GSP FreeBSD Man Page Interface. |