diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 20:36:32 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 20:36:32 -0400 |
commit | 056ea31581af194971816f4150e4f8c2aa7b000c (patch) | |
tree | cebceab6b033e8fe6bde087e6a1a9be395125102 /README.md | |
parent | 63d5be91462d897d8fb37b31802dab464d879c87 (diff) | |
download | cmd2-git-056ea31581af194971816f4150e4f8c2aa7b000c.tar.gz |
Updated documentation with info on tab completion of file system paths
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -35,8 +35,9 @@ cmd2 provides the following features, in addition to those already existing in c - Pipe output to shell commands with `|` - Simple transcript-based application testing - Unicode character support (*Python 3 only*) -- Path completion for ``edit``, ``load``, ``save``, and ``shell`` commands -- Integrated Python scripting capability via ``pyscript`` and ``py`` +- Tab completion of file system paths for ``edit``, ``load``, ``pyscript``, ``save``, and ``shell`` commands +- Integrated Python scripting capability via ``pyscript`` and ``py`` commands +- (Optional) Embedded IPython shell integration via optional opt-in ``ipy`` command Instructions for implementing each feature follow. |