Expand description
URL shorthand expansion.
Accepts the same shorthand Nix flakes do, plus friendly aliases:
github:<org>/<repo>→https://github.com/<org>/<repo>.gitgitlab:<org>/<repo>→https://gitlab.com/<org>/<repo>.gitcodeberg:<org>/<repo>→https://codeberg.org/<org>/<repo>.git- already-explicit URLs (
https://…,ssh://…,git@…:…) pass through.
Functions§
- expand_
shorthand - Expand a shorthand to a concrete
git clone-ready URL.