joseluisq/paket

[FR] Allow users to specify full git url

Ouverte

#19 ouverte le 6 août 2025

 (4 commentaires) (0 réaction) (0 personne assignée)Rust (3 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (81 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

If provided with a full url, e.g https://git.stryder.cc/lina/fzf.fish, or git@github.com:0x4c756e61/fzf.fish.git, paket should directly pass it as-is to git.

paket add git@github.com:0x4c756e61/fzf.fish.git should clone the corresponding repository, rather than trying to clone https://github.com/git@github.com:0x4c756e61/fzf.fish.git.

Guide contributeur