i[DOC] local file support - clic - Clic is an command line interactive client for gopher written in Common LISP Err bitreich.org 70 hgit clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ URL:git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ bitreich.org 70 1Log /scm/clic/log.gph bitreich.org 70 1Files /scm/clic/files.gph bitreich.org 70 1Refs /scm/clic/refs.gph bitreich.org 70 1Tags /scm/clic/tag bitreich.org 70 1README /scm/clic/file/README.md.gph bitreich.org 70 1LICENSE /scm/clic/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit ac6d1f1b2dd50c93364c5905a6bba4364d4344ea /scm/clic/commit/ac6d1f1b2dd50c93364c5905a6bba4364d4344ea.gph bitreich.org 70 1parent 04aea88d00b8330bdbde6e6fca0b926821d9f1f1 /scm/clic/commit/04aea88d00b8330bdbde6e6fca0b926821d9f1f1.gph bitreich.org 70 hAuthor: Solene Rapenne URL:mailto:solene@perso.pw bitreich.org 70 iDate: Thu, 1 Feb 2018 19:54:55 +0100 Err bitreich.org 70 i Err bitreich.org 70 i[DOC] local file support Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README.md | 6 +++--- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 3 insertions(+), 3 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README.md b/README.md /scm/clic/file/README.md.gph bitreich.org 70 i@@ -107,7 +107,7 @@ clic and stay in interactive mode. Err bitreich.org 70 i Err bitreich.org 70 i Clic can open a local file respecting the gopher menu protocol, this Err bitreich.org 70 i can be used to create a bookmark file and load it locally without a Err bitreich.org 70 i-gopher server. You just need to pass the file as a parameter, like the Err bitreich.org 70 i-following example : Err bitreich.org 70 i+gopher server. In order to proceed, you need to pass the file path as Err bitreich.org 70 i+a parameter beginning with file://, like the following example : Err bitreich.org 70 i Err bitreich.org 70 i- clic my_file.txt Err bitreich.org 70 i+ clic file://path/to/my_file.txt Err bitreich.org 70 .