Closed FiskFan1999 closed 1 year ago
Yeah that's fair, I think it makes sense for localhost
to go to gemini://localhost/
in the bottom bar. I'm not working on Amfora much these days but would accept a PR for this.
Thanks. Will get on this. Thanks for making amfora by the way.
Sent from my iPhone
On Nov 26, 2022, at 13:39, makeworld @.***> wrote:
Yeah that's fair, I think it makes sense for localhost to go to gemini://localhost/ in the bottom bar. I'm not working on Amfora much these days but would accept a PR for this.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.
Fixed in #327
Currently, if you type "localhost" into the bar, it defaults to a geminispace.info search for that term, as opposed to a direct link with scheme gemini:// if you type a URL such as gemini.circumlunar.space (this happens to me a lot because I enjoy using amfora to test my gemini capsule locally). This doesn't happen if you call
amfora localhost
, because the address in argv is always treated as direct URL. I'm interested in your thoughts on if localhost should also result in a direct link instead of a search. Thank you