diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,7 +5,7 @@ uses ed(1) as a pager and navigator, and is based on an original idea of an ed-based client by Solene Rapenne (gopher://bitreich.org/1/usr/solene/). -`gophed` is distributed under the ISC License. A copy of the LICENSE is +`gophed` is distributed under the MIT License. A copy of the LICENSE is available in the repo. The first time you run `gophed` you need to initialise it via: @@ -25,6 +25,7 @@ or equivalently: This command will download the corresponding resource, and print it on output with line numbers. An excerpt is reported below: +``` ... 15 i+------------------------------------------+ Err kalos.mine.nu 70 16 i Welcome to kalos.mine.nu Gopher-hole Err kalos.mine.nu 70 @@ -43,6 +44,7 @@ output with line numbers. An excerpt is reported below: 29 1 gosher -- a Gopher server in a shell script /software/gosher kalos.mine.nu 70 ... = +``` The final "=" is the `gophed` default prompt. No need to say that you can change the default prompt to any single character by changing the @@ -56,6 +58,7 @@ telling it to get the selector at line 23 in the current document, and to load the corresponding resource. In this case we will have something like: +``` 1 i ________ ____ Err republic.circumlunar.space 70 2 i /_ __/ /_ ___ / __ \_ ______ _______ _____ ____ Err republic.circumlunar.space 70 3 i / / / __ \/ _ \ / / / / | /| / / __ `/ ___/ | / / _ \/ __ \ Err republic.circumlunar.space 70 @@ -79,6 +82,7 @@ like: 27 1 << Back to my gopherhole /~katolaz/ republic.circumlunar.space 70 28 . = +``` Well, if you want now to go to the resource at line 17, you would type: |