Extra features for standard library's cmd module
Project description
Enhancements for standard library’s cmd module.
Drop-in replacement adds several features for command-prompt tools:
Searchable command history (commands: “hi”, “li”, “run”)
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
Redirection to file with >, >>; input from file with <
Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cmd2-0.2.zip
(9.6 kB
view hashes)
Built Distributions
cmd2-0.2.win32.exe
(70.4 kB
view hashes)
cmd2-0.2-py2.5.egg
(16.9 kB
view hashes)