From d731cff17b5ef78431ca2e8453b35b9fc05a5dbe Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 7 Mar 2018 19:57:28 -0500 Subject: Refactored the Windows vs macOS/Linux conditional in ppaged() Aslo: - Added some documentation for ppaged() - Updated CHANGELOG - Added line about ppaged() in README --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 863a4c1d..1c9c5957 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Main Features - Redirect command output to file with `>`, `>>`; input from file with `<` - Bare `>`, `>>` with no filename send output to paste buffer (clipboard) - `py` enters interactive Python console (opt-in `ipy` for IPython console) +- Option to display long output using a pager with ``cmd2.Cmd.ppaged()`` - Multi-line commands - Special-character command shortcuts (beyond cmd's `@` and `!`) - Settable environment parameters -- cgit v1.2.1