From 056ea31581af194971816f4150e4f8c2aa7b000c Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 14 Jun 2017 20:36:32 -0400 Subject: Updated documentation with info on tab completion of file system paths --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.1