-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
94 lines (58 loc) · 2.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Viewglob 2.0.4 README
April 26, 2006
Stephen Bach <[email protected]>
INTRODUCTION
------------
Viewglob is a filesystem visualization add-on for Bash and Zsh. It tracks
the command line and environment of any number of interactive shells (local
and remote). A graphical display follows the currently active terminal,
listing the contents of directories relevant to its shell and highlighting
file selections and potential name completions dynamically.
The package has three communicating parts:
- vgseer, client:
Supervises an interactive shell and keeps track of command line
and environment changes.
- vgd, server daemon:
Mediates information exchange between any number of vgseer pro-
cesses (local or remote) and a Viewglob display.
- vgmini and vgclassic, graphical displays:
List the contents of directories relevant to the currently active
shell, highlighting file selections and potential name comple-
tions.
A convenience script "viewglob" is provided as a startup shortcut.
You can learn more about using this package in the manpages for view-
glob(1), vgseer(1), and vgd(1).
The website for Viewglob is here:
http://viewglob.sourceforge.net
Mailing list signup is here:
http://lists.sourceforge.net/lists/listinfo/viewglob-general
The sourceforge listing is here:
http://sourceforge.net/projects/viewglob/
Feedback is welcome!
NEW IN THIS RELEASE
-------------------
Mostly just fixing OS X compatibility. See NEWS for more information.
INSTALLATION
------------
For a full install, it's a simple ./configure && make && sudo make install.
If you only wish to install the shell client portion, say for a server
without X or GTK+ which you only access through ssh, use the following
flag:
./configure --enable-vgseer-only
See the file INSTALL for generic installation instructions.
REQUIREMENTS
------------
All installations of Viewglob require a version of Bash (any, as far as I
know). A client-only install requires GLib 2.2, and a full install requires
GTK+ 2.4. A version of Zsh is also obviously required if you wish to use
Zsh under Viewglob.
PORTABILITY
-----------
Tested on:
FreeBSD 4.10 with GTK+ 2.4.3
GNU/Linux (various) with GTK+ 2.4+
This version of Viewglob is also said to run on Mac OS X 10.3.9 (with fink
providing GTK+ 2.4).
The program has been built with portability in mind, so it should (ha) run
on most POSIX-compliant systems with minimal fuss. I happily accept patches
for portability issues.