💾 Archived View for en.gmn.clttr.info › cgmnlm.gmi captured on 2021-11-30 at 20:18:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
'cgmnlm' is a colorful gemini line-mode client
screenshot of 'cgmnlm' (png, 71 kB)
cgmnlm should be able to run on any POSIX-compatible system that supports BearSSL. This should be pretty much every up-to-date linux distro and BSDs. It even runs on a Raspberry Pi.
This project is of fork of Drew DeVaults 'gmni'.
I created this project for my own use, it includes the following changes that won't be included upstream. Besides this adjustments i'll try to keep track of upstream changes or send patches to upstream if appropiate.
The actual colors used depend on your terminal palette:
<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 [N] must be replaced with a number > 0
browse the source of cgmnlm on gemini
source code & issue tracker on src.clttr.info
$ git clone https://src.clttr.info/rwa/cgmnlm.git $ mkdir build && cd build $ ../configure $ make $ sudo make install
Drop me a note if you are interested in packaging or have demand for a specific package.