easyCMD is designed to make the command line easier to use. It works by attempting to translate english-like language into commands used by the bash shell interpreter.
Syntax:
     easyCMD.py [ -h | -n ]

The -h option will display this README.
The -n option will not display the prompt (">") or opening message when run. (Useful in scripts)

commands.db is the file that the script will read when attempting to translate. You may add to this file.
Syntax for adding to commands.db:
      $command
      :english:words
      =argument
      -english-arguments

easyCMD is released under the GNU Public License v3. See LICENSE for details.