twigs / cmd3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd3 - A dynamic CMD shell with plugins

cmd is an extension for the CMD class with the following features:

  • commands are loaded from plugin directories
  • usage of docopts as part of the command creation
  • variable substitution
  • execution of python commands
  • scripts loadable from a script directory

Through these extensions cmd becomes very flexible and can be used to extend command shell interface through simple add-ons via very simple plugins provided as classes.

The documentation is located at

About

License:Apache License 2.0


Languages

Language:Python 94.6%Language:Makefile 5.4%