commit 90636e5d49de84c704eb1e5e00ad52937994fd92
parent 2e29de973bf6a5e9e11faf88ce91fb7b9091d726
Author: René Wagner <rwa@clttr.info>
Date: Wed, 10 Nov 2021 21:58:36 +0100
update 2021-11-10
Diffstat:
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/en/cgmnlm.gmi b/en/cgmnlm.gmi
@@ -25,11 +25,11 @@ I created this project for my own use, it includes the following changes that wo
* default 4 char indenting
* s command to search in geminispace (via geminispace.info)
* k command to remove the bookmark for the current page
-* e command to open the current URL in default external program (requires `xdg-open`)
-* e[N] command to open a link in default external program (requires `xdg-open`)
-* t[N] command to download the content behind a link to a temporary file
-* a command to toggle between preformatted text and the associated alt text
* u command to navigate 1 path element up
+* e[N] command to open a link or the current URI in default external program (requires `xdg-open`)
+* t[N] command to download the content behind a link or the current URI to a temporary file
+* T command line switch to automatically open files downloaded with `t` command (requires `xdg-open`)
+* a command and A command line switch to toggle between preformatted text and the associated alt text
### colors
The actual colors used depend on your terminal palette:
@@ -68,7 +68,7 @@ q Quit
## how to get
=> gemini://gmn.clttr.info/sources/cgmnlm.git/ browse the source of cgmnlm on gemini
-=> gemini://gmn.clttr.info/sources/cgmnlm-1.0.tar.gz source tarball of release 1.0
+=> gemini://gmn.clttr.info/sources/cgmnlm-1.1.tar.gz source tarball of release 1.0
=> https://src.clttr.info/rwa/cgmnlm source code & issue tracker on src.clttr.info
=> https://aur.archlinux.org/packages/?O=0&SeB=n&K=cgmnlm&outdated=&SB=n&SO=a&PP=50&do_Search=Go ArchLinux AUR packages
diff --git a/en/index.gmi b/en/index.gmi
@@ -6,6 +6,14 @@ You'll mostly find tech and coding related stuff here.
=> gemini://de.gmn.clttr.info Hier entlang zur deutschsprachigen Sektion.
## 🗩 shortlog (latest 3 updates)
+### 2021-11-10 cgmnlm 1.1
+version 1.1 of cgmnlm has just been flagged, changes are:
+* allow the use of ~ (tilde) in the path for downloads
+* introduce -T param to automatically open files downloaded with the t command
+* reduce connection timeout to 15 seconds
+* fix bug in client certificate handling
+=> cgmnlm.gmi tell me more about it
+
### 2021-10-28 cgmnlm 1.0
My colorized fork of gmni - cgmnlm - has just reached the 1.0 milestone. Nothing spectacular happened in the last weeks, but there were two small bugs left that i wanted to hunt down before flagging a release.
=> cgmnlm.gmi more infos about cgmnlm