summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 20:36:32 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 20:36:32 -0400
commit056ea31581af194971816f4150e4f8c2aa7b000c (patch)
treecebceab6b033e8fe6bde087e6a1a9be395125102 /README.md
parent63d5be91462d897d8fb37b31802dab464d879c87 (diff)
downloadcmd2-git-056ea31581af194971816f4150e4f8c2aa7b000c.tar.gz
Updated documentation with info on tab completion of file system paths
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 386186c0..ca5f8983 100755
--- a/README.md
+++ b/README.md
@@ -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.