From owner-freebsd-geom@FreeBSD.ORG Fri May 19 22:08:22 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9845816A42A for ; Fri, 19 May 2006 22:08:22 +0000 (UTC) (envelope-from marius.nuennerich@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 00D3343D67 for ; Fri, 19 May 2006 22:08:17 +0000 (GMT) (envelope-from marius.nuennerich@gmx.net) Received: (qmail invoked by alias); 19 May 2006 22:08:11 -0000 Received: from pD9ECC344.dip0.t-ipconnect.de (EHLO sol) [217.236.195.68] by mail.gmx.net (mp012) with SMTP; 20 May 2006 00:08:11 +0200 X-Authenticated: #5707313 Date: Sat, 20 May 2006 00:07:42 +0200 From: Marius Nuennerich To: Soeren Straarup Message-ID: <20060520000742.0bd8f289@sol> In-Reply-To: <20060519232704.M49975@x12.dk> References: <20060519232704.M49975@x12.dk> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-geom@freebsd.org Subject: Re: geomgui version 0.8 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 22:08:22 -0000 On Fri, 19 May 2006 23:36:43 +0200 (CEST) Soeren Straarup wrote: > > Hi > > I would like some feedback on a little project of mine. > > The port: > http://xride.dk/pub/geomgui-port-0.8.tar.gz > > The actual source code: > http://xride.dk/pub/geomgui-0.8.tar.gz > > The things it does for now is to display the geom layout. > It is a X program, one can use it like 'geomgui' and it will show it from > the current box or 'geomgui -r user@host' and it makes a ssh connection to > user@host via ssh (if there is a passwd/passphrase this is beeing asked > for in the console that geomgui was started from). > > It writes to following files and leaves them, just i case the user wants > them: > /tmp/geomgui.dot /tmp/geomgui.svg /tmp/geomgui.xml > > What would be a nice feature to add to it? Hi, nice tool :) What about these switches? -h: humanize number for the mediasize -c: use different colors for different things regards Marius