From 831883482a6d0e593a5a905578a531ed67857413 Mon Sep 17 00:00:00 2001 From: Graeme Humphries Date: Wed, 14 Mar 2012 16:57:45 -0700 Subject: [PATCH] Fixed minor formatting problems. --- README.md | 2 ++ crussh.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d5f39..2458416 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ For anyone who needs to administrate clusters of many machines, fallback for when the rest of your automation tools aren't working. However, cssh has a number of deficiencies in modern environments: + - Doesn't play nice with window placement of modern window managers. - Doesn't play nice with modern toolkits' copy and paste behaviour. - Gets a bit screwy when there's more terminals than can fit on-screen. @@ -16,6 +17,7 @@ However, cssh has a number of deficiencies in modern environments: crussh aims to be a simple replacement for cssh that corrects these problems. It does so with the following features: + - Uses a single window to hold multiple terminals. - Intelligently tiles terminals to fit available window size. - Scrolls available terminals when they don't all fit in-window. diff --git a/crussh.py b/crussh.py index a7f1674..6ee682b 100755 --- a/crussh.py +++ b/crussh.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # A cssh replacement written in Python / GTK. -# ©2012 - Graeme Humphries . +# (c)2012 - Graeme Humphries . # Released under the GPL, version 3: http://www.gnu.org/licenses/ # Requires: python-gtk2 python-vte