Hi,
I'm trying to configure beagles to read a gemini feed, but I have not figured
out what the gemini navigate command should do. A line mode browser (gmnlm)
interleaved itself with the rest of beagles, and did not accept input, and a
curl-like browser (gmni) produced no response when I tried to open the
link. What is the expected format for the browser command?
Thanks,
Asa
On Sat Jan 16, 2021 at 6:07 PM EST, Asa Zeren wrote:
> What is the expected format for the browser command?
For terminal based gemini clients like gmni or gmnlm, you will need to
pass the command to open it in a separate terminal. An example of this using
alacritty:
browser gemini {
navigate alacritty --class gmnlm -e gmnlm "[URL]"
}
Thanks,
Chris