document latest features - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 3860c8eb91d79a90e8abe088e6531984f43c47d5 DIR parent e68ec9c78ce9eebcffa1fd18717c80115abe1f34 HTML Author: Solene Rapenne <solene@perso.pw> Date: Sun, 5 Nov 2017 17:37:29 +0000 document latest features Diffstat: M README.md | 1 + M clic.lisp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) --- DIR diff --git a/README.md b/README.md @@ -48,6 +48,7 @@ links. You can exit shell mode with **x**. - p : previous page - h : display history - x : quit shell mode +- q : quit shell mode ## Non shell-mode ## DIR diff --git a/clic.lisp b/clic.lisp @@ -185,9 +185,10 @@ (defun help-shell() "show help for the shell" (format t "number : go to link n~%") - (format t "p : go to previous menu~%") + (format t "p : go to previous page~%") + (format t "h : display history") (format t "help : show this help~%") - (format t "x : exit the shell, go back to REPL~%")) + (format t "x or q : exit the shell, go back to REPL~%")) (defun shell() "gNUM p h x"