Open maxandersen opened 4 years ago
@quintesse wdyt ? feels like should be fairly trivial ?
Sure, although it seems to me it should be possible to specify a path as well. I think there won't be that many options where you have access to the root of a domain except in those cases where the domain is yours (and even then you might not want to use the root path).
today aliases/catalogs looksup using
<alias>@<org/username>[/<repo>]
against github, gitlab, etc. to locate a jbang-catalog.wondering if we should make it that if the
<org/username>
part has a dot (.) in it should treat it as a plain up hostname to resolve against.i.e.
run@golo-lang.org
would look forhttps://golo-lang.org/jbang-catalog.json
since its not a valid org/username.