You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Apache Geronimo GShell

GShell is a framework for building rich command-line applications. The core of GShell provides the basic features needed by most commands, such as command-line argument/option processing, input/output redirection, preferences handling, ANSI support and a whole lot more.

Size matters when considering a library or framework to be used for the building blocks of an application and for this reason, the core of GShell strives to stay as small as possible, current weighing in at around one megabyte.

Features

  • Dynamic command/plugin discovery
  • Rich JLine console for line editing, history, input masking and tab-completion
  • Simple annotation-based CLI option/argument processing
  • Support for fancy ANSI color muck
  • Rich dependency injection and component management via Plexus
  • A simple command-line syntax parser with minimal support for quoting ("", '') and for basic ${xxx} expansion
  • Branding support to allow application developers to customize the user experience

Screen Shots

Everybody loves screen shots (wink) Here are a few of the basic GShell assembly in action...

News

GShell 1.0-alpha-1 Released

GShell 1.0-alpha-1 Released

The first official release of GShell is finally here! For details and download instructions please see the release notes.


More News

  • No labels