Pre-populate the history completion with gsh's own variables.
[polysh.git] / README
blobfcfb813b5a412d74828be026bed956bc1fdc396d
1 Group Shell
2 ~~~~~~~~~~~
4 Group Shell (also called gsh) is a remote shell multiplexor. It lets you control
5 many remote shells at once in a single shell. Unlike other commands dispatchers,
6 it is interactive, so shells spawned on the remote hosts are persistent. It
7 requires only a SSH server on the remote hosts, or some other way to open a
8 remote shell.
10 Requirements
11 ~~~~~~~~~~~~
13 Python >= 2.4 is required.
15 Running
16 ~~~~~~~
18 You can run gsh without installing it simply by executing the gsh.py file in the
19 toplevel gsh directory.
21 Installation
22 ~~~~~~~~~~~~
24 Gsh uses the distutils, so the command './setup.py install' will install it
25 in the default python directory. It should also install the gsh script in
26 /usr/local/bin.
30 -- 
31 Guillaume Chazarain <guichaz@gmail.com>
32 http://guichaz.free.fr/gsh