commit b72e7d292d24851e0b4bbd51d69d175214b2c962 parent 90636e5d49de84c704eb1e5e00ad52937994fd92 Author: René Wagner <rwa@clttr.info> Date: Thu, 11 Nov 2021 18:24:54 +0100 update cgmnlm commands Diffstat:
M | en/cgmnlm.gmi | | | 43 | +++++++++++++++++++++++-------------------- |
1 file changed, 23 insertions(+), 20 deletions(-)
diff --git a/en/cgmnlm.gmi b/en/cgmnlm.gmi @@ -43,27 +43,30 @@ The actual colors used depend on your terminal palette: ## list of commands ``` list of all cgmnlm commands -<Enter> read more lines (if available) -<url> go to url -[N] Follow Nth link (where N is a number) -p[N] Show URL of Nth link (where N is a number) -e[N] Send URL of Nth link or current URL when N is ommited to external default program -t[N] Download content of Nth link to a temporary file -b Back (in the page history) -f Forward (in the page history) -u one path element up -H View all page history -m Save bookmark -M Browse bookmarks -k Remove bookmark for current page -r Reload the page -/<text> search for text (POSIX regular expression) -n jump to next search match -d <path>Download page to <path> -|<prog> Pipe page into program +<Enter> read more lines (if available) +<url> go to url +[N] Follow Nth link +p[N] Print URL of Nth link +e[N] Send URL of current page or Nth link to external default program (N is optional) +t[N] Download content of current page or Nth link to a temporary file (N is optional) +b[N] Jump back N entries in history (N is optional, default 1) +f[N] Jump forward N entries in history (N is optional, default 1) +u Navigate one path element up +H View all page history +m Save bookmark +M Browse bookmarks +k Remove bookmark for current page +r Reload the page +s Search via geminispace.info +/<text> Search for text (POSIX regular expression) +n Jump to next search match +d <path> Download page to <path> +|<prog> Pipe page into program [N]|<prog> Pipe content of Nth link into program -a toggle usage of alt text instead of preformatted text -q Quit +a Toggle usage of alt text instead of preformatted text +q Quit + +[N] must be replaced with a number > 0 ``` ## how to get