Natural CLI home | Downloads | Examples | Changelog | Javadocs | Contact

Natural CLI

Natural CLI is a Java library providing to developers command line interfaces with human readable sentences. It means, your software can understand easily command lines like the following:

   $acme start daemon mailservice
   $acme send file /tmp/pau.jpg to you@somehost.com
   $acme start backup in 10 minutes
   $acme zip to todaywork.zip files a.txt b.txt c.txt

It's very easy to define, only need strings like:

   start daemon <name:string>
   send file <file> to <email>
   start backup in <number> [minutes]
   zip to <file> files <filename> ...

Project: Follow Natural CLI on Twitter


Main Features:


Working on:


Creative Commons Logo SourceForge.net Logo Follow Natural CLI on Twitter
Ferran Busquets