[Documentation] 'd' command to dump the response - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 638e894fcacbdc975eac7b6d6f90b7a1b894106a
(DIR) parent bacab58344ef85a2b667fec54405a5472b35e495
(HTM) Author: Solene Rapenne <solene@perso.pw>
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(-)
---
(DIR) 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 :
(DIR) 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)