๐พ Archived View for bbs.geminispace.org โบ s โบ Gemini โบ 1543 captured on 2023-11-14 at 09:53:01. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-11-04)
โก๏ธ Next capture (2023-12-28)
-=-=-=-=-=-=-
I was thinking it would be nice to have an interactive terminal pager for gemtext, like more(1) or less(1) but with nice wrapping, support for navigating by section, and a way to run an external command on a link URI. But I have a feeling that something along these lines does already exist, and I'm just failing to relocate it. Do you know of anything like this? Would you have any use for it?
Jun 04 ยท 5 months ago ยท ๐ drh3xx, freezr, PikaSonic ยท ๐ 1
๐ skyjake ยท Jun 04 at 17:52:
This sounded very familiar, and I found this:
However, I'm not sure if that's what I thought I remembered seeing.
I agree this kind of a pager would be a neat tool. You could even piece together a little terminal browser with it, if the external tool's output was openable as a new file to view.
๐ mbays ยท Jun 04 at 18:09:
@skyjake Thanks, gemview is interesting, though using urwid means it might be tricky to customise to my liking. That also isn't what I maybe remembered seeing though, I suspect there's another project we're forgetting...
๐ mbays ยท Jun 05 at 17:45:
Aha, I found the one I half-remembered!
It isn't exactly everything I wanted, but looks easily hackable into that.
๐ skyjake ยท Jun 05 at 19:51:
Nice!
๐ drh3xx ยท Jun 06 at 10:30:
gmir looks like a nice project.