@@ -12,10 +12,10 @@ incremented according to the [Semantic Version Specification](https://semver.org
1212## Modules
1313
1414- [ cmd2.Cmd] ( ./cmd.md ) - functions and attributes of the main class in this library
15- - [ cmd2.ansi] ( ./ansi.md ) - convenience classes and functions for generating ANSI escape sequences to
16- style text in the terminal
1715- [ cmd2.argparse_completer] ( ./argparse_completer.md ) - classes for ` argparse ` -based tab completion
1816- [ cmd2.argparse_custom] ( ./argparse_custom.md ) - classes and functions for extending ` argparse `
17+ - [ cmd2.clipboard] ( ./clipboard.md ) - functions to copy from and paste to the clipboard/pastebuffer
18+ - [ cmd2.colors] ( ./colors.md ) - provides a StrEnum of Rich's named colors
1919- [ cmd2.command_definition] ( ./command_definition.md ) - supports the definition of commands in
2020 separate classes to be composed into cmd2.Cmd
2121- [ cmd2.constants] ( ./constants.md ) - just like it says on the tin
@@ -26,5 +26,10 @@ incremented according to the [Semantic Version Specification](https://semver.org
2626- [ cmd2.plugin] ( ./plugin.md ) - data classes for hook methods
2727- [ cmd2.py_bridge] ( ./py_bridge.md ) - classes for bridging calls from the embedded python environment
2828 to the host app
29- - [ cmd2.table_creator] ( ./table_creator.md ) - table creation module
29+ - [ cmd2.rich_utils] ( ./rich_utils.md ) - common utilities to support Rich in cmd2 applications
30+ - [ cmd2.rl_utils] ( ./rl_utils.md ) - imports the proper Readline for the platform and provides utility
31+ functions for it
32+ - [ cmd2.string_utils] ( ./string_utils.md ) - string utility functions
33+ - [ cmd2.terminal_utils] ( ./terminal_utils.md ) - support for terminal control escape sequences
34+ - [ cmd2.transcript] ( ./transcript.md ) - functions and classes for running and validating transcripts
3035- [ cmd2.utils] ( ./utils.md ) - various utility classes and functions
0 commit comments