joseluisq/paket

[FR] Allow users to specify full git url

Open

#19 opened on Aug 6, 2025

 (4 comments) (0 reactions) (0 assignees)Rust (3 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (81 stars)
PR merge metrics
 (No merged PRs in 30d)

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.

Contributor guide