cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 53a79a3295d8fa5c781ffa983bed22241327c779
parent 5a191dcc2afdf846730f384c7c26d7146b95c168
Author: René Wagner <rwa@clttr.info>
Date:   Thu, 11 Nov 2021 18:22:02 +0100

spelling in help output

Diffstat:
Msrc/gmnlm.c | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -84,27 +84,27 @@ const char *default_bookmarks = const char *help_msg = "The following commands are available:\n\n" - "<Enter>\t\tread more lines (if available)\n" - "<url>\t\tgo to url\n" + "<Enter>\t\tRead more lines (if available)\n" + "<url>\t\tGo to url\n" "[N]\t\tFollow Nth link\n" "p[N]\t\tPrint URL of Nth link\n" "e[N]\t\tSend URL of current page or Nth link to external default program (N is optional)\n" "t[N]\t\tDownload content of current page or Nth link to a temporary file (N is optional)\n" "b[N]\t\tJump back N entries in history (N is optional, default 1)\n" "f[N]\t\tJump forward N entries in history (N is optional, default 1)\n" - "u\t\tone path element up\n" + "u\t\tNavigate one path element up\n" "H\t\tView all page history\n" "m\t\tSave bookmark\n" "M\t\tBrowse bookmarks\n" "k\t\tRemove bookmark for current page\n" "r\t\tReload the page\n" "s\t\tSearch via geminispace.info\n" - "/<text>\t\tsearch for text (POSIX regular expression)\n" - "n\t\tjump to next search match\n" + "/<text>\t\tSearch for text (POSIX regular expression)\n" + "n\t\tJump to next search match\n" "d <path>\tDownload page to <path>\n" "|<prog>\t\tPipe page into program\n" "[N]|<prog>\tPipe content of Nth link into program\n" - "a\t\ttoggle usage of alt text instead of preformatted text\n" + "a\t\tToggle usage of alt text instead of preformatted text\n" "q\t\tQuit\n" "\n" "[N] must be replaced with a number > 0\n"