in reply to GUI-like on Unix Shell

Why settle for GUI-like?
Why not use Tk?

Replies are listed 'Best First'.
Re: Re: GUI-like on Unix Shell
by pemungkah (Priest) on Jul 17, 2003 at 19:42 UTC
    I think it's because access is via a shell account, so the idea is to have a nice text-based interface. (Possibly Perl::Tk could do this, but it seems like overkill.)
      The secret there is ssh -X ;). Nothing like X-forwarding to make things easy.

        Ok, so this is bordering on religion, but there is not always an opportunity to use X (old Windows box, Wyse / Dec terminals, etc). I may be approaching the "old enough not to be trusted" crowd, but after 10+ years of sysadmin, a good command line or curses / screen based interface can be many times less stressful on the machine, network, or other resources.

        It all depends on the needs of the application.