gmn.clttr.info

my personal gemini capsule
git clone https://git.clttr.info/gmn.clttr.info.git
Log (Feed) | Files | Refs (Tags)

commit 23c38368711743aa659cbaf463b64d7f598d3112
parent 32845895ab1f158346ff9c311d14bfd8ea607574
Author: René Wagner <rwagner@rw-net.de>
Date:   Sun, 24 Jan 2021 21:03:30 +0100

"update of cgmnlm.gmi"

Diffstat:
Mcgmnlm.gmi | 21++++++++++++++-------
Mindex.gmi | 4++--
2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/cgmnlm.gmi b/cgmnlm.gmi @@ -5,14 +5,20 @@ 'cgmnlm' is a colorful gemini line-mode client => cgmnlm.png screenshot of 'cgmnlm' (png, 71 kB) -=> gemtext.gmi demo site showing all gemtext features +cgmnlm should be able to run on any POSIX-compatible system that supports OpenSSL. This should be pretty much every up-to-date linux distro and BSDs. It even runs on a Raspberry Pi. ## key features * Bookmarks -* Page history (during session) +* Page history * Regex searches +## non-features + +* no inlining of any link type +* no caching of page content +* no persistent history + ## modifications compared to upstream => https://git.sr.ht/~sircmpwn/gmni This project is of fork of Drew DeVaults 'gmni'. @@ -21,9 +27,9 @@ I created this project for my own use, it includes the following changes that wo * colored headings & links (see next chapter) * default 4 char indenting +* k command to remove the bookmark for the current page * 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 -* slightly modified key bindings ### colors @@ -42,14 +48,15 @@ The actual colors used depend on your terminal palette: <Enter> read more lines (if available) <url> go to url [N] Follow Nth link (where N is a number) -u[N] Show URL of 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 in 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) H View all page history -a Save bookmark -B Browse bookmarks +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 @@ -61,7 +68,7 @@ q Quit ## how to get -=> https://src.clttr.info/rwa/cgmnlm source of 'cgmnlm' +=> https://src.clttr.info/rwa/cgmnlm source of 'cgmnlm' (including build instructions) => https://aur.archlinux.org/packages/cgmnlm-git/ ArchLinux AUR package => index.gmi [home] diff --git a/index.gmi b/index.gmi @@ -72,9 +72,9 @@ Besides "tech" my hobbies are: ### contact -=> https://nerdculture.de/@schwurbel Mastodon account +=> mailto:rwa@clttr.info DeltaChat or plain ol' email +=> https://nerdculture.de/@schwurbel my fediverse account @ nerdculture,de => https://fotowolke.net/rwa My photo showcase -=> mailto:rwa@clttr.info Send me a email ``` _________________________