~chrisppy/beagles-discuss

1

Browser command for Gemini?

Details
Message ID
<C8KYKUFVORQS.22ZPQBM56WFNA@Asa-P1-Gen2>
DKIM signature
missing
Download raw message
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
Details
Message ID
<C8LNCHEEBSLL.13E48T6MQABFQ@archer>
In-Reply-To
<C8KYKUFVORQS.22ZPQBM56WFNA@Asa-P1-Gen2> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)