From owner-freebsd-geom@FreeBSD.ORG Sat May 20 18:24:00 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 C976D16A423 for ; Sat, 20 May 2006 18:24:00 +0000 (UTC) (envelope-from xride@x12.dk) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7B743D46 for ; Sat, 20 May 2006 18:23:59 +0000 (GMT) (envelope-from xride@x12.dk) X-T2-Posting-ID: lkM/Dn7LTUP9vUt2XCoVCw== X-Cloudmark-Score: 0.000000 [] Received: from x12.dk ([83.72.97.237] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 197566899; Sat, 20 May 2006 20:23:57 +0200 Received: by x12.dk (Postfix, from userid 666) id 8343350839; Sat, 20 May 2006 20:23:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by x12.dk (Postfix) with ESMTP id 7A6205082A; Sat, 20 May 2006 20:23:57 +0200 (CEST) Date: Sat, 20 May 2006 20:23:57 +0200 (CEST) From: Soeren Straarup To: Marius Nuennerich In-Reply-To: <20060520000742.0bd8f289@sol> Message-ID: <20060520201615.C49975@x12.dk> References: <20060519232704.M49975@x12.dk> <20060520000742.0bd8f289@sol> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Sat, 20 May 2006 18:24:00 -0000 On Sat, 20 May 2006, Marius Nuennerich wrote: > 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 There is a version 0.9 up on that site now .. with -h and -c functionality. Still to get fixed is the zoom limits.. forgot those in the battle of getting colors and human readable values implemeted. 'H' toggles values between orig and humanreadable 'c' toggles between no or colors Next to look at is so that there is an popup on passwd or phrase. Is there other things that would be nice to have? vbr Soeren Soeren Straarup | aka OZ2DAK aka Xride FreeBSD wannabe | FreeBSD since 2.2.6-R Incorrect documentation is often worse than no documentation. - Bertrand Meyer