screen-plugin-gnome-do
INTRODUCTION
This is a plugin for Gnome Do, that handles GNU Screen sessions. more…
INSTALL
This plugin is built ad-hoc since it is not yet included in the main
gnome-do distribution. I hope it will be included, and that someone will
help me with its integration.
Right now, you have to “make” the plugin with the included Makefile, and
copy the plugin into gnome-do’s directory inside ~/.local
LICENSE
See source file headers and the included COPYING file. The plugin is
released under the same license terms as the main gnome-do plugins package,
GPLv 3 or later.
AUTHOR
Ulrik Sverdrup ulrik.sverdrup@gmail.com
Copyright 2009
mainline
-
Cloning this repository:
git clone git://gitorious.org/screen-plugin-gnome-do/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/screen-plugin-gnome-do/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch


