cmd2 is an extension to the Standard Library's cmd module.  It can be
used as a drop-in replacement for cmd, providing new functionality for
command-prompt applications without requiring rewriting.

    * Searchable command history
    * Load commands from file, save to file, edit commands in file
    * Multi-line commands
    * Case-insensitive commands
    * Special-character shortcut commands (beyond cmd's "@" and "!")
    * Settable environment parameters
    * Parsing commands with flags

Resources
---------

PyPI page
http://pypi.python.org/pypi/cmd2/0.1

Usage sample
http://catherine.devlin.googlepages.com/cmd2.html

Background notes
http://catherinedevlin.blogspot.com/2008/01/introducing-cmd2.html

- Catherine Devlin
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to