This is a continuation of https://orionfeedback.org/d/1615-try-to-go-to-a-domain-when-query-ends-with-a-slash/16
As requested a new thread.
Could we improve the support of short links (such as http://go) further?
For example, http://go/hn and go/hn/ both work (redirect to hackernews). However, next time I want to visit the site and type go/hn it defaults back to a search result on Kagi, instead of 'knowing' this is a visited site. I need to every time type http://go/hn or go/hn/.
Firefox has an option in the config that can be set (https://github.com/tailscale/golink -> Firefox configuration -> add a boolean setting browser.fixup.domainwhitelist.go with a value of true).
Chrome learns based on history, once you visit go/ once, it will know (until you erase your history) that go/anything should work instead of defaulting to search. Even go/links that have not been visited before.
I have various of these links to setup: m/, c/, t/ etc that all redirect to my mailbox, calendar and more. So this should not only work with go/
Cheers.