Introduction
Introduction Statistics Contact Development Disclaimer Help
add reload command in help - clic - Clic is an command line interactive client …
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65…
Log
Files
Refs
Tags
README
LICENSE
---
commit 7ced408e5481c25f6e613d639c599aa89d84d5c9
parent 04f5a2a34e4dcd4f26e89de3dc0dd81032eeda10
Author: Solene Rapenne <[email protected]>
Date: Fri, 17 Nov 2017 08:52:54 +0000
add reload command in help
Diffstat:
M README.md | 3 ++-
M clic.lisp | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/README.md b/README.md
@@ -49,10 +49,11 @@ links. You can exit shell mode with **x**.
## Shell mode
- "a number" : follow the link "number"
-- p : previous page
- a : add to bookmark (it saves the file too)
- b : display bookmarks and choose a link
+- p : previous page
- h : display history
+- r : reload the page
- x : quit shell mode
- q : quit shell mode
diff --git a/clic.lisp b/clic.lisp
@@ -284,6 +284,7 @@
(format t "h : display history~%")
(format t "b : display bookmarks and choose a link from it~%")
(format t "a : add a bookmark~%")
+ (format t "r : reload the page~%")
(format t "help : show this help~%")
(format t "x or q : exit the shell, go back to REPL~%"))
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.