[Documentation] 'd' command to dump the response - clic - Clic is an command li… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 638e894fcacbdc975eac7b6d6f90b7a1b894106a | |
parent bacab58344ef85a2b667fec54405a5472b35e495 | |
Author: Solene Rapenne <[email protected]> | |
Date: Fri, 12 Jan 2018 12:39:00 +0100 | |
[Documentation] 'd' command to dump the response | |
Diffstat: | |
M README.md | 1 + | |
M clic.lisp | 1 + | |
2 files changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -75,6 +75,7 @@ Keyboard bindings | |
+ r : reload the page | |
+ x : quit shell mode | |
+ q : quit shell mode | |
++ d : display the raw response | |
In addition to the previous keybinding, a different layout coexists, | |
permitting to use clic with the numpad with only one hand : | |
diff --git a/clic.lisp b/clic.lisp | |
@@ -376,6 +376,7 @@ | |
(format t "a or + : add a bookmark~%") | |
(format t "r or * : reload the page~%") | |
(format t "help : show this help~%") | |
+ (format t "d : dump the raw reponse~%") | |
(format t "x or q or . : exit the shell, go back to REPL~%")) | |
(defun parse-url(url) |