Module | SSHMenu |
In: |
lib/sshmenu.rb
(Git)
|
Copyright 2002-2009 Grant McLean <grant@mclean.net.nz>
This package is free software; you can redistribute it and/or modify it under the terms of the License.txt file (a BSD-style license) distributed with the software:
sshmenu.git.sourceforge.net/git/gitweb.cgi?p=sshmenu;a=blob;f=License.txt;hb=HEAD
SSHMenu is a simple GUI app that provides a menu for initiating SSH connections. Select a host from the menu and up pops a new terminal window containing an SSH session to the selected host.
Classes in the SSHMenu module namespace implement the basic application using Gtk with no GNOME dependencies. The GnomeSSHMenu module contains classes which inherit from these classes and add GNOME-specific functionality.
The main class in this module is SSHMenu::App which is instantiated using SSHMenu::Factory.