💾 Archived View for gem.librehacker.com › gemlog › starlog › 20241018-0.gmi captured on 2024-12-17 at 10:40:32. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
A brief follow-up on this post:
Elpher, Random Links, and Queuing Links
If using the queue and pop functions, it is very convenient to have these key-bindings in Elpher:
(keymap-set elpher-mode-map "Q" #'elpher-queue-gemini-link) (keymap-set elpher-mode-map "p" #'pop-gemini-link)
You move point over a link on a gemini page (TAB is useful for this) and press "Q" to put the link into a queue. Later, from any Elpher buffer, you press "p" to pop a link of the top of the queue and immediately navigate to it.
I believe these bindings will still work for Gopher links — Gopher has links, right? — and for any target URL type that elpher-go can handle.
This work © 2024 by Christopher Howard is licensed under Attribution-ShareAlike 4.0 International.