About
I implemented a plugin for Gnome Do to work with GNU Screen sessions, sessions from the terminal multiplexer that I have a habit to use.
I don't know Mono or Monodevelop, but managed to build the plugin "standalone":
with a Makefile instructing it to link to the installed Gnome Do libraries.
Then you just copy the GNUScreen.dll into
~/.local/share/gnome-do/plugins-0.8.0/ and the plugin is installed.
I want help to integrate this into the main plugin repository! Just help to set up a correct monodevelop file, then I'd be happy to just squash my commit history and submit as a patch to the main Gnome Do project.
What you can do:
- Attach to running sessions
- Create new with optional name and working directory
- Send custom commands to any session (just if anyone finds that useful)
- In Gnome Do terms: 1 ScreenSessionItem, 1 SSISource, 3 Actions (New, Attach, Command)
Links
- Gitorious repository page screen-plugin-gnome-do
- Git clone url:
git://gitorious.org/screen-plugin-gnome-do/mainline.git - Download tarball
